changeset 1483:52a61c7b323b

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Wed, 08 Mar 2006 06:21:04 +0000
parents 141528317f4f
children b2b476a4a73c
files src/video/quartz/SDL_QuartzVideo.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <Cocoa/Cocoa.h>
 #include <Carbon/Carbon.h>
 #include <QuickTime/QuickTime.h>
@@ -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"