SDL_test: use SDLCALL calling convention
This is needed when using a pre-built static SDL3_test library.
This commit is contained in:
committed by
Anonymous Maarten
parent
379aea5c2d
commit
db96ddca34
@@ -74,7 +74,7 @@ upper_lower_to_bytestring(Uint8 *out, Uint64 upper, Uint64 lower)
|
||||
*
|
||||
* \sa SDL_StringToGUID
|
||||
*/
|
||||
static int
|
||||
static int SDLCALL
|
||||
TestStringToGUID(void *arg)
|
||||
{
|
||||
int i;
|
||||
@@ -99,7 +99,7 @@ TestStringToGUID(void *arg)
|
||||
*
|
||||
* \sa SDL_GUIDToString
|
||||
*/
|
||||
static int
|
||||
static int SDLCALL
|
||||
TestGUIDToString(void *arg)
|
||||
{
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user