1.1 --- a/src/dynapi/SDL_dynapi_procs.h Wed May 13 22:39:27 2015 -0700
1.2 +++ b/src/dynapi/SDL_dynapi_procs.h Wed May 13 22:39:32 2015 -0700
1.3 @@ -625,5 +625,5 @@
1.4 SDL_DYNAPI_PROC(void,SDL_ClearQueuedAudio,(SDL_AudioDeviceID a),(a),)
1.5 SDL_DYNAPI_PROC(SDL_Window*,SDL_GetGrabbedWindow,(void),(),return)
1.6 #ifdef __WIN32__
1.7 -SDL_DYNAPI_PROC(void,SDL_SetWindowsMessageHook,(SDL_WindowsMessageHook a),(a),)
1.8 +SDL_DYNAPI_PROC(void,SDL_SetWindowsMessageHook,(SDL_WindowsMessageHook a, void *b),(a,b),)
1.9 #endif