Fixed a few public APIs that we accidentally neglected to mark as SDLCALL.

Fixes Bugzilla #2262.
This commit is contained in:
Ryan C. Gordon 2013-11-23 15:52:49 -05:00
parent 5aa702fe74
commit e9af6dcd93
3 changed files with 4 additions and 4 deletions

View file

@ -101,7 +101,7 @@ extern "C" {
* Calling this yourself without knowing what you're doing can cause
* crashes and hard to diagnose problems with your application.
*/
extern DECLSPEC void SDL_SetMainReady(void);
extern DECLSPEC void SDLCALL SDL_SetMainReady(void);
#ifdef __WIN32__