From f8210b0718e5b6a3d5f5afe2c73b265e372952ad Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 14 Feb 2003 07:07:05 +0000 Subject: [PATCH] undefine __glext_h_ before including glext.h get SDL.h through SDL_utils.h --- stepmania/src/RageDisplayInternal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplayInternal.h b/stepmania/src/RageDisplayInternal.h index eaf02113a2..b1d1125127 100644 --- a/stepmania/src/RageDisplayInternal.h +++ b/stepmania/src/RageDisplayInternal.h @@ -7,11 +7,12 @@ * time, RageDisplay.h is sufficient. */ -#include "SDL.h" +#include "SDL_utils.h" /* 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"