comparison src/video/photon/SDL_ph_gl.c @ 2985:4e4d814884aa

Fixed some dependency issues with SDL_revision.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 05:52:14 +0000
parents 99210400e8b9
children 8f4ed5ec2b06
comparison
equal deleted inserted replaced
2984:0b160c970b7e 2985:4e4d814884aa
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #include <dlfcn.h> 24 #include <dlfcn.h>
25 #include "SDL.h"
26 #include "SDL_ph_gl.h" 25 #include "SDL_ph_gl.h"
27 26
28 #if SDL_VIDEO_OPENGL 27 #if SDL_VIDEO_OPENGL
29 28
30 #if (_NTO_VERSION >= 630) 29 #if (_NTO_VERSION >= 630)