Fixed a few public APIs that we accidentally neglected to mark as SDLCALL.
Fixes Bugzilla #2262. --HG-- extra : rebase_source : ba28833dc17e3cb29c4566c7396f5e005d448576
This commit is contained in:
parent
10ad7c5969
commit
d2671e8a86
3 changed files with 4 additions and 4 deletions
|
@ -115,7 +115,7 @@ extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUID(SDL_Joystick * joys
|
|||
* Return a string representation for this guid. pszGUID must point to at least 33 bytes
|
||||
* (32 for the string plus a NULL terminator).
|
||||
*/
|
||||
extern DECLSPEC void SDL_JoystickGetGUIDString(SDL_JoystickGUID guid, char *pszGUID, int cbGUID);
|
||||
extern DECLSPEC void SDLCALL SDL_JoystickGetGUIDString(SDL_JoystickGUID guid, char *pszGUID, int cbGUID);
|
||||
|
||||
/**
|
||||
* convert a string into a joystick formatted guid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue