소스 검색

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

Sam Lantinga 5 년 전
부모
커밋
9feabd351c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
  *