Fix compilation

This commit is contained in:
Clownacy 2020-01-22 23:33:59 +00:00
parent d50c012446
commit 4ebfe064ff

View file

@ -58,7 +58,7 @@ BOOL SetDeviceAquire(BOOL aquire)
}
// It looks like Pixel declared his functions early, so he could forward-reference
BOOL HookAllDirectInputDevices(HWND hWnd);
BOOL HookDirectInputDevice(HWND hWnd);
BOOL __stdcall EnumDevices_Callback(LPCDIDEVICEINSTANCE lpddi, LPVOID pvRef);
BOOL InitDirectInput(HINSTANCE hinst, HWND hWnd)