Use SDLCALL for callbacks in public APIs
This commit is contained in:
committed by
Sam Lantinga
parent
ffab9f46b5
commit
0cca71a846
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "SDL_test.h"
|
||||
|
||||
static int
|
||||
static int SDLCALL
|
||||
num_compare(const void *_a, const void *_b)
|
||||
{
|
||||
const int a = *((const int *) _a);
|
||||
|
||||
Reference in New Issue
Block a user