aboutsummaryrefslogtreecommitdiff
path: root/libtess/tess.h
diff options
context:
space:
mode:
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.
*/