comparison 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
comparison
equal deleted inserted replaced
1814:1834c192d89f 1815:871090feb7ad
2 #include <stdio.h> 2 #include <stdio.h>
3 #include <string.h> 3 #include <string.h>
4 #include <math.h> 4 #include <math.h>
5 5
6 #include "SDL.h" 6 #include "SDL.h"
7
8 #ifdef __MACOS__
9 #define HAVE_OPENGL
10 #endif
7 11
8 #ifdef HAVE_OPENGL 12 #ifdef HAVE_OPENGL
9 13
10 #include "SDL_opengl.h" 14 #include "SDL_opengl.h"
11 15