]> git.tdb.fi Git - libs/gl.git/blobdiff - source/gl.h
Fix extension functions on Windows
[libs/gl.git] / source / gl.h
index ae145457dff857d112a44c0b26d4ac7d9299df71..f7cba6b7aeaa098ff9ff6811c63cff6fa583ef4a 100644 (file)
@@ -18,4 +18,8 @@ typedef double GLdouble;
 #include <GL/glext.h>
 #endif
 
+#ifndef APIENTRY
+#define APIENTRY
+#endif
+
 #endif