Fixed a few public APIs that we accidentally neglected to mark as SDLCALL.
Fixes Bugzilla #2262.
This commit is contained in:
parent
5aa702fe74
commit
e9af6dcd93
3 changed files with 4 additions and 4 deletions
|
@ -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__
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue