fixed libxml for MacOS X

This commit is contained in:
ejcoumans
2006-07-10 07:15:40 +00:00
parent ccad7b2f22
commit 3f1319586c
2 changed files with 7 additions and 1 deletions

View File

@@ -22,7 +22,13 @@ subject to the following restrictions:
#ifdef WIN32
#include <windows.h>
#endif
//think different
#if defined(__APPLE__) && !defined (VMDMESA)
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#else
#include <GL/gl.h>
#endif
struct DebugCastResult : public ConvexCast::CastResult
{