# HG changeset patch # User Sam Lantinga # Date 1141798864 0 # Node ID 52a61c7b323b16cdbf9f7074f913ca1b1bc59127 # Parent 141528317f4f62bef3fc47d67e913ec65acf2566 *** empty log message *** diff -r 141528317f4f -r 52a61c7b323b src/video/quartz/SDL_QuartzVideo.h --- a/src/video/quartz/SDL_QuartzVideo.h Wed Mar 08 01:55:32 2006 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.h Wed Mar 08 06:21:04 2006 +0000 @@ -48,6 +48,9 @@ there is a hack around this that helps a bit */ +/* Needs to be first, so QuickTime.h doesn't include glext.h (10.4) */ +#include "SDL_opengl.h" + #include #include #include @@ -59,7 +62,6 @@ #include "SDL_error.h" #include "SDL_timer.h" #include "SDL_loadso.h" -#include "SDL_opengl.h" #include "SDL_syswm.h" #include "../SDL_sysvideo.h" #include "../SDL_pixels_c.h"