mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
SDL_test: use SDLCALL calling convention
This is needed when using a pre-built static SDL3_test library.
This commit is contained in:
parent
379aea5c2d
commit
db96ddca34
38 changed files with 444 additions and 452 deletions
|
|
@ -33,7 +33,7 @@ static void DisableTestLog(void)
|
|||
/**
|
||||
* Check SDL_HINT_LOGGING functionality
|
||||
*/
|
||||
static int log_testHint(void *arg)
|
||||
static int SDLCALL log_testHint(void *arg)
|
||||
{
|
||||
int count;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue