Fixed bug 3744 - missing SDLCALL in several functions
Ozkan Sezer The attached patch adds missing SDLCALL to several functions, so that they properly match the headers as intended.
This commit is contained in:
parent
e54eede265
commit
ca5c304814
11 changed files with 18 additions and 18 deletions
|
@ -49,7 +49,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
static SDL_assert_state
|
||||
static SDL_assert_state SDLCALL
|
||||
SDL_PromptAssertion(const SDL_assert_data *data, void *userdata);
|
||||
|
||||
/*
|
||||
|
@ -141,7 +141,7 @@ static SDL_NORETURN void SDL_AbortAssertion(void)
|
|||
}
|
||||
|
||||
|
||||
static SDL_assert_state
|
||||
static SDL_assert_state SDLCALL
|
||||
SDL_PromptAssertion(const SDL_assert_data *data, void *userdata)
|
||||
{
|
||||
#ifdef __WIN32__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue