1.1 --- a/include/SDL_main.h Tue Mar 04 19:49:11 2014 -0500
1.2 +++ b/include/SDL_main.h Sun Mar 09 11:06:11 2014 -0700
1.3 @@ -140,7 +140,7 @@
1.4 * \ret 0 on success, -1 on failure. On failure, use SDL_GetError to retrieve more
1.5 * information on the failure.
1.6 */
1.7 -extern DECLSPEC int SDLCALL SDL_WinRTRunApp(int (*mainFunction)(int, char **), void * xamlBackgroundPanel);
1.8 +extern DECLSPEC int SDLCALL SDL_WinRTRunApp(int (*mainFunction)(int, char **), void * xamlBackgroundPanel);
1.9
1.10 #endif /* __WINRT__ */
1.11