HAVE_OPENGL is defined by CMake on macOS

This commit is contained in:
Sam Lantinga 2022-11-25 17:12:51 -08:00
parent b6b29fd071
commit 8b5a7ccc76

View File

@ -16,10 +16,6 @@
#include "SDL_test_common.h"
#ifdef __MACOS__
#define HAVE_OPENGL
#endif
#ifdef HAVE_OPENGL
#include "SDL_opengl.h"