fixed libxml for MacOS X
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user