1.1 --- a/include/SDL_main.h Tue Sep 27 08:36:28 2005 +0000
1.2 +++ b/include/SDL_main.h Tue Sep 27 09:00:42 2005 +0000
1.3 @@ -69,7 +69,8 @@
1.4 extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst);
1.5 /* This can also be called, but is no longer necessary */
1.6 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
1.7 -
1.8 +/* This can also be called, but is no longer necessary (SDL_Quit calls it) */
1.9 +extern DECLSPEC void SDLCALL SDL_UnregisterApp();
1.10 #ifdef __cplusplus
1.11 }
1.12 #endif