mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-02-22 07:37:56 +01:00
Make sure SDL_CreateThread has the same signature regardless of how the DLL was created.
This commit is contained in:
parent
4378fcd9a7
commit
9feabd351c
@ -69,7 +69,7 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
typedef int (SDLCALL * SDL_ThreadFunction) (void *data);
|
typedef int (SDLCALL * SDL_ThreadFunction) (void *data);
|
||||||
|
|
||||||
#if defined(__WIN32__) && !defined(HAVE_LIBC)
|
#if defined(__WIN32__)
|
||||||
/**
|
/**
|
||||||
* \file SDL_thread.h
|
* \file SDL_thread.h
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user