mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-24 04:35:03 +00:00
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 a new issue