Mercurial > sdl-ios-xcode
changeset 1466:3c45c578d480
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 05 Mar 2006 22:18:15 +0000 |
parents | 8dfa9a6d69a5 |
children | b69f2b0309a0 |
files | include/SDL_main.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_main.h Sat Mar 04 08:24:35 2006 +0000 +++ b/include/SDL_main.h Sun Mar 05 22:18:15 2006 +0000 @@ -66,7 +66,7 @@ /* This can also be called, but is no longer necessary */ extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst); /* This can also be called, but is no longer necessary (SDL_Quit calls it) */ -extern DECLSPEC void SDLCALL SDL_UnregisterApp(); +extern DECLSPEC void SDLCALL SDL_UnregisterApp(void); #ifdef __cplusplus } #endif