diff -r 8758b8d42cd9 -r 0e66fd980014 include/SDL_main.h --- a/include/SDL_main.h Thu Aug 09 13:09:47 2001 +0000 +++ b/include/SDL_main.h Thu Aug 09 14:04:46 2001 +0000 @@ -64,9 +64,9 @@ #endif /* This should be called from your WinMain() function, if any */ -extern DECLSPEC void SDL_SetModuleHandle(HMODULE hInst); +extern DECLSPEC void SDL_SetModuleHandle(void *hInst); /* This can also be called, but is no longer necessary */ -extern DECLSPEC int SDL_RegisterApp(char *name, Uint32 style, HMODULE hInst); +extern DECLSPEC int SDL_RegisterApp(char *name, Uint32 style, void *hInst); #ifdef __cplusplus }