mirror of https://github.com/libsdl-org/SDL.git
HAVE_OPENGL is defined by CMake on macOS
This commit is contained in:
parent
b6b29fd071
commit
8b5a7ccc76
|
|
@ -16,10 +16,6 @@
|
|||
|
||||
#include "SDL_test_common.h"
|
||||
|
||||
#ifdef __MACOS__
|
||||
#define HAVE_OPENGL
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
|
||||
#include "SDL_opengl.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue