Commit 1640c9ce authored by Olivier F. R. Dierick's avatar Olivier F. R. Dierick Committed by Alexandre Julliard

xinput1_3: Add DECLSPEC_HOTPATCH to XInputEnable() definition.

parent b0bc08b3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment