diff test/testgl.c @ 1815:871090feb7ad

Fixed building with CodeWarrior on MacOS Classic
author Sam Lantinga <slouken@libsdl.org>
date Thu, 11 May 2006 08:09:16 +0000
parents eacc5bc01d1c
children 9d940db55a91
line wrap: on
line diff
--- a/test/testgl.c	Thu May 11 06:06:21 2006 +0000
+++ b/test/testgl.c	Thu May 11 08:09:16 2006 +0000
@@ -5,6 +5,10 @@
 
 #include "SDL.h"
 
+#ifdef __MACOS__
+#define HAVE_OPENGL
+#endif
+
 #ifdef HAVE_OPENGL
 
 #include "SDL_opengl.h"