mirror of https://github.com/encounter/SDL.git
SDL_cpuinfo.c (OS2): undefine HAVE_SYSCTLBYNAME
This commit is contained in:
parent
5d42ad9eab
commit
34a82fca49
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue