Explorar o código

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

Sam Lantinga %!s(int64=5) %!d(string=hai) anos
pai
achega
9feabd351c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/SDL_thread.h

+ 1 - 1
include/SDL_thread.h

@@ -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
  *