Make sure SDL_CreateThread has the same signature regardless of how the DLL was created.

This commit is contained in:
Sam Lantinga 2020-02-11 08:01:44 -08:00
parent 4378fcd9a7
commit 9feabd351c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ typedef enum {
*/
typedef int (SDLCALL * SDL_ThreadFunction) (void *data);
#if defined(__WIN32__) && !defined(HAVE_LIBC)
#if defined(__WIN32__)
/**
* \file SDL_thread.h
*