changeset 8543 | b9dd3cf38585 |
parent 8535 | e8ee0708ef5c |
parent 8028 | e3e00f8e6b91 |
child 8582 | c3e9a2b93517 |
1.1 --- a/include/SDL_main.h Thu Nov 28 21:15:05 2013 -0500 1.2 +++ b/include/SDL_main.h Thu Nov 28 22:09:21 2013 -0500 1.3 @@ -113,7 +113,7 @@ 1.4 * Calling this yourself without knowing what you're doing can cause 1.5 * crashes and hard to diagnose problems with your application. 1.6 */ 1.7 -extern DECLSPEC void SDL_SetMainReady(void); 1.8 +extern DECLSPEC void SDLCALL SDL_SetMainReady(void); 1.9 1.10 #ifdef __WIN32__ 1.11