1.1 --- a/include/SDL_main.h Wed Apr 10 17:12:32 2002 +0000
1.2 +++ b/include/SDL_main.h Thu Apr 11 14:35:16 2002 +0000
1.3 @@ -64,9 +64,9 @@
1.4 #endif
1.5
1.6 /* This should be called from your WinMain() function, if any */
1.7 -extern DECLSPEC void SDL_SetModuleHandle(void *hInst);
1.8 +extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst);
1.9 /* This can also be called, but is no longer necessary */
1.10 -extern DECLSPEC int SDL_RegisterApp(char *name, Uint32 style, void *hInst);
1.11 +extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
1.12
1.13 #ifdef __cplusplus
1.14 }
1.15 @@ -86,7 +86,7 @@
1.16 struct QDGlobals;
1.17
1.18 /* This should be called from your main() function, if any */
1.19 -extern DECLSPEC void SDL_InitQuickDraw(struct QDGlobals *the_qd);
1.20 +extern DECLSPEC void SDLCALL SDL_InitQuickDraw(struct QDGlobals *the_qd);
1.21
1.22 #ifdef __cplusplus
1.23 }