Amine Khaldi : dinput/tests: Declare pDirectInputCreateEx in a MSVC compatible way.
Module: wine Branch: master Commit: bd58a7ca454754b3cd9f406f858974974b125152 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bd58a7ca454754b3cd9f406f85... Author: Amine Khaldi <amine.khaldi(a)reactos.org> Date: Mon Feb 23 21:40:25 2015 +0100 dinput/tests: Declare pDirectInputCreateEx in a MSVC compatible way. --- dlls/dinput/tests/dinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dinput/tests/dinput.c b/dlls/dinput/tests/dinput.c index 0490642..5ac55cf 100644 --- a/dlls/dinput/tests/dinput.c +++ b/dlls/dinput/tests/dinput.c @@ -50,7 +50,7 @@ static const DWORD directinput_version_list[] = DIRECTINPUT_VERSION_700, }; -static HRESULT WINAPI (*pDirectInputCreateEx)(HINSTANCE, DWORD, REFIID, LPVOID *, LPUNKNOWN); +static HRESULT (WINAPI *pDirectInputCreateEx)(HINSTANCE, DWORD, REFIID, LPVOID *, LPUNKNOWN); static BOOL CALLBACK dummy_callback(const DIDEVICEINSTANCEA *instance, void *context) {
participants (1)
-
Alexandre Julliard