comparison test/testdyngl.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 ae78374ac894
children 782fd950bd46 c121d94672cb
comparison
equal deleted inserted replaced
1814:1834c192d89f 1815:871090feb7ad
16 16
17 #include <stdio.h> 17 #include <stdio.h>
18 #include <stdlib.h> 18 #include <stdlib.h>
19 19
20 #include "SDL.h" 20 #include "SDL.h"
21
22 #ifdef __MACOS__
23 #define HAVE_OPENGL
24 #endif
21 25
22 #ifdef HAVE_OPENGL 26 #ifdef HAVE_OPENGL
23 27
24 #include "SDL_opengl.h" 28 #include "SDL_opengl.h"
25 29