Issue jms was having with # else on msvc. Seems odd but easy to fix.

Kent
This commit is contained in:
2008-06-04 18:11:48 +00:00
parent 61193cf230
commit fbb56ee997

View File

@@ -53,9 +53,9 @@
#elif defined(__APPLE__)
# include "mac_compat_glext.h"
# include <OpenGL/glext.h>
# else
#else
# include <GL/glext.h>
# endif
#endif
#endif
#ifdef __sgi