Use SDLCALL for callbacks in public APIs

This commit is contained in:
Cameron Cawley
2022-05-18 22:12:05 +01:00
committed by Sam Lantinga
parent ffab9f46b5
commit 0cca71a846
15 changed files with 30 additions and 26 deletions

View File

@@ -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);