changeset 8028 | e3e00f8e6b91 |
parent 7653 | 9a0e274b8aa7 |
child 8149 | 681eb46b8ac4 |
child 8543 | b9dd3cf38585 |
1.1 --- a/include/SDL_main.h Sat Nov 23 18:37:36 2013 +0100 1.2 +++ b/include/SDL_main.h Sat Nov 23 15:52:49 2013 -0500 1.3 @@ -101,7 +101,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