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
{

View File

@@ -18,7 +18,7 @@
#define HAVE_GETADDRINFO
/* Define to 1 if you have the <ansidecl.h> header file. */
#define HAVE_ANSIDECL_H 1
//#define HAVE_ANSIDECL_H 1
/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1