changeset: 5272:cb08ef104ac4

tag: tip
user: Martin Decky <martin@decky.cz>
date: Sat Feb 12 20:53:06 2011 +0100
summary: improve header files compatibility with SDL 1.2 applications (namely QEMU)
This commit is contained in:
Sam Lantinga 2011-02-12 12:04:00 -08:00
parent e38cbfcc5a
commit 52df6c6092
3 changed files with 4 additions and 11 deletions

View file

@ -154,7 +154,7 @@ extern DECLSPEC const char * SDLCALL SDL_GetHint(const char *name);
*
* This function is called during SDL_Quit() to free stored hints.
*/
extern DECLSPEC void SDLCALL SDL_ClearHints();
extern DECLSPEC void SDLCALL SDL_ClearHints(void);
/* Ends C function definitions when using C++ */