mirror of https://github.com/encounter/SDL.git
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