diff -r 1cfa4282f2eb -r 29a638dc26db include/SDL_main.h --- a/include/SDL_main.h Thu Aug 09 06:14:06 2001 +0000 +++ b/include/SDL_main.h Thu Aug 09 12:21:32 2001 +0000 @@ -64,7 +64,9 @@ #endif /* This should be called from your WinMain() function, if any */ -extern DECLSPEC int SDL_RegisterApp(char *name, Uint32 style, void *hInst); +extern DECLSPEC void SDL_SetModuleHandle(HMODULE hInst); +/* This can also be called, but is no longer necessary */ +extern DECLSPEC int SDL_RegisterApp(char *name, Uint32 style, HMODULE hInst); #ifdef __cplusplus }