Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt.opengl/common/library/glu.h')
-rw-r--r--bundles/org.eclipse.swt.opengl/common/library/glu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.opengl/common/library/glu.h b/bundles/org.eclipse.swt.opengl/common/library/glu.h
new file mode 100644
index 0000000000..9ec3bbb147
--- /dev/null
+++ b/bundles/org.eclipse.swt.opengl/common/library/glu.h
@@ -0,0 +1,6 @@
+#ifdef WIN32
+#include <windows.h>
+#endif
+#include <GL/glu.h>
+
+extern int IS_JNI_1_2;

Back to the top