xinput1_3: Add DECLSPEC_HOTPATCH to XInputEnable() definition.
Signed-off-by: Olivier F. R. Dierick <o.dierick@piezo-forte.be> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b0bc08b345
commit
1640c9ce62
|
@ -50,7 +50,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
void WINAPI XInputEnable(BOOL enable)
|
||||
void WINAPI DECLSPEC_HOTPATCH XInputEnable(BOOL enable)
|
||||
{
|
||||
/* Setting to false will stop messages from XInputSetState being sent
|
||||
to the controllers. Setting to true will send the last vibration
|
||||
|
|
Loading…
Reference in New Issue