SDL_cpuinfo.c (OS2): undefine HAVE_SYSCTLBYNAME

This commit is contained in:
Ozkan Sezer 2020-10-10 20:50:02 +03:00
parent 5d42ad9eab
commit 34a82fca49

View File

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