aboutsummaryrefslogtreecommitdiff
path: root/libtess/tess.h
diff options
context:
space:
mode:
authorlecoanet2003-04-16 09:58:06 +0000
committerlecoanet2003-04-16 09:58:06 +0000
commit422c6c2fb29fde51e8907285491ec3bc2ac9d97a (patch)
tree11aa36abff1ec8357b3815252de79bbe52e03ffd /libtess/tess.h
parent80b7c1ba1317b35c3a7bd92ad919ee679971e38b (diff)
downloadtkzinc-422c6c2fb29fde51e8907285491ec3bc2ac9d97a.zip
tkzinc-422c6c2fb29fde51e8907285491ec3bc2ac9d97a.tar.gz
tkzinc-422c6c2fb29fde51e8907285491ec3bc2ac9d97a.tar.bz2
tkzinc-422c6c2fb29fde51e8907285491ec3bc2ac9d97a.tar.xz
Small patches to integrate under Win
Diffstat (limited to 'libtess/tess.h')
-rw-r--r--libtess/tess.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/libtess/tess.h b/libtess/tess.h
index 2e990a1..93d5858 100644
--- a/libtess/tess.h
+++ b/libtess/tess.h
@@ -42,12 +42,20 @@
#ifndef __tess_h_
#define __tess_h_
-#include <GL/glu.h>
#include <setjmp.h>
+#include "glu.h"
#include "mesh.h"
#include "dict.h"
#include "priorityq.h"
+/*
+ * PLC This symbol seems to be undefined with VC98
+ */
+#ifndef GLAPIENTRY
+#define GLAPIENTRY
+#endif
+
+
/* The begin/end calls must be properly nested. We keep track of
* the current state to enforce the ordering.
*/