Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks
Patches contributed by Ozkan Sezer
This commit is contained in:
parent
d03409e118
commit
de91b1248f
23 changed files with 40 additions and 38 deletions
|
@ -60,7 +60,7 @@ SDL_SetSystemTimerResolution(const UINT uPeriod)
|
|||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
static void SDLCALL
|
||||
SDL_TimerResolutionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)
|
||||
{
|
||||
UINT uPeriod;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue