Browse Source

SDL_cpuinfo.c (OS2): undefine HAVE_SYSCTLBYNAME

Ozkan Sezer 4 years ago
parent
commit
34a82fca49
1 changed files with 1 additions and 0 deletions
  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