Fixed line endings on WinRT source code

This commit is contained in:
Sam Lantinga 2014-03-09 11:06:11 -07:00
parent 61ae0c1b50
commit 05c23063bb
35 changed files with 11262 additions and 11262 deletions

View file

@ -140,7 +140,7 @@ extern DECLSPEC void SDLCALL SDL_UnregisterApp(void);
* \ret 0 on success, -1 on failure. On failure, use SDL_GetError to retrieve more
* information on the failure.
*/
extern DECLSPEC int SDLCALL SDL_WinRTRunApp(int (*mainFunction)(int, char **), void * xamlBackgroundPanel);
extern DECLSPEC int SDLCALL SDL_WinRTRunApp(int (*mainFunction)(int, char **), void * xamlBackgroundPanel);
#endif /* __WINRT__ */