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>
oldstable
Olivier F. R. Dierick 2017-01-06 18:17:55 +01:00 committed by Alexandre Julliard
parent b0bc08b345
commit 1640c9ce62
1 changed files with 1 additions and 1 deletions

View File

@ -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