fixed libxml for MacOS X
This commit is contained in:
@@ -22,7 +22,13 @@ subject to the following restrictions:
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
//think different
|
||||||
|
#if defined(__APPLE__) && !defined (VMDMESA)
|
||||||
|
#include <OpenGL/gl.h>
|
||||||
|
#include <OpenGL/glu.h>
|
||||||
|
#else
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
#endif
|
||||||
struct DebugCastResult : public ConvexCast::CastResult
|
struct DebugCastResult : public ConvexCast::CastResult
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#define HAVE_GETADDRINFO
|
#define HAVE_GETADDRINFO
|
||||||
|
|
||||||
/* Define to 1 if you have the <ansidecl.h> header file. */
|
/* 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 to 1 if you have the <arpa/inet.h> header file. */
|
||||||
#define HAVE_ARPA_INET_H 1
|
#define HAVE_ARPA_INET_H 1
|
||||||
|
|||||||
Reference in New Issue
Block a user