Use GLuint correctly (fixes build errors and warnings caused by other fixes).

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8608 4a71c877-e1ca-e34f-864e-861f7616d084
master
Guangcong Luo 2009-12-05 07:39:49 +00:00 committed by Git SVN Gateway
parent 359c5be959
commit 6519ce48e9
1 changed files with 4 additions and 0 deletions

View File

@ -21,7 +21,11 @@
#define _tex_ #define _tex_
#include "png_util.h" #include "png_util.h"
#if defined __APPLE__ && defined __MACH__
#include <OpenGL/gl.h>
#else
#include <GL/gl.h> #include <GL/gl.h>
#endif
//************************************************************************* //*************************************************************************