diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 6f6a2b5c17..2ed3f1f826 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -1,17 +1,16 @@ #include "global.h" -/* - * This header pulls in GL headers and defines things that require them. - * This only needs to be included if you actually use these; most of the - * time, RageDisplay.h is sufficient. - */ +/* ours may be more up-to-date */ +#define __glext_h_ + +#if defined(WIN32) +#include +#endif + +#include +#include -/* ours is more up-to-date */ -#define NO_SDL_GLEXT -#define __glext_h_ /* try harder to stop glext.h from being forced on us by someone else */ -#include "SDL_opengl.h" #undef __glext_h_ - #include "glext.h" #include "RageFile.h"