open-bitbucket may be offline for system maintenance Thursday evenings from 10pm to 1am ET.
Learn more about cloning repositories
You have read-only access
--- rbogl.c Sat Aug 16 23:46:15 2003
+++ ../opengl-0.32c-patched/rbogl.c Tue Jan 27 22:21:33 2004
@@ -6,7 +6,11 @@
# include "windows.h"
#endif
#include "rbogl.h"
-#include "GL/gl.h"
+#ifdef __APPLE__
+ #include <OpenGL/gl.h>
+#else
+ #include "GL/gl.h"
+#endif
#ifdef _NO_NUM2DBL_
extern double
Everything looks good. We'll let you know here if there's anything you should know about.