소스 검색

SDL_cpuinfo.c (OS2): undefine HAVE_SYSCTLBYNAME

Ozkan Sezer 4 년 전
부모
커밋
34a82fca49
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/cpuinfo/SDL_cpuinfo.c

+ 1 - 0
src/cpuinfo/SDL_cpuinfo.c

@@ -28,6 +28,7 @@
 #include "../core/windows/SDL_windows.h"
 #endif
 #if defined(__OS2__)
+#undef HAVE_SYSCTLBYNAME
 #define INCL_DOS
 #include <os2.h>
 #ifndef QSV_NUMPROCESSORS