Mercurial > sdl-ios-xcode
diff src/haptic/win32/SDL_syshaptic.c @ 2761:0c544c2eff77
Almost got this compiling on Cygwin32, just needs DirectInput 7
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 15 Sep 2008 08:41:03 +0000 |
parents | 02aa80d7905f |
children | 6bacfecbf27e |
line wrap: on
line diff
--- a/src/haptic/win32/SDL_syshaptic.c Mon Sep 15 07:34:36 2008 +0000 +++ b/src/haptic/win32/SDL_syshaptic.c Mon Sep 15 08:41:03 2008 +0000 @@ -154,7 +154,7 @@ } ret = CoCreateInstance(&CLSID_DirectInput, NULL, CLSCTX_INPROC_SERVER, - &IID_IDirectInput, &dinput); + &IID_IDirectInput, (LPVOID)&dinput); if (FAILED(ret)) { DI_SetError("CoCreateInstance", ret); return -1;