Browse Source

More osx Hacks

Roger Hughston 20 years ago
parent
commit
f585b94829
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/glgsg/glgsg.h

+ 1 - 0
panda/src/glgsg/glgsg.h

@@ -44,6 +44,7 @@
 #endif
 
 #ifdef  IS_OSX
+#define __glext_h_
 #include <OpenGL/gl.h>
 #include <OpenGL/glu.h>
 #else