changeset 145 | 29a638dc26db |
parent 47 | 45b1c4303f87 |
child 149 | 0e66fd980014 |
--- 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 }