Changeset 342
- Timestamp:
- 05/29/09 14:35:04 (4 years ago)
- File:
-
- 1 edited
-
AppleSGLX/trunk/include/GL/gl.h.template (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
AppleSGLX/trunk/include/GL/gl.h.template
r318 r342 55 55 56 56 /* Restore our GLEXT-fu */ 57 #undef GL_GLEXT_FUNCTION_POINTERS 57 58 #ifdef _GL_GLEXT_FUNCTION_POINTERS 58 59 #define GL_GLEXT_FUNCTION_POINTERS _GL_GLEXT_FUNCTION_POINTERS 59 #else 60 #undef GL_GLEXT_FUNCTION_POINTERS 60 #undef _GL_GLEXT_FUNCTION_POINTERS 61 61 #endif 62 62 63 #undef GL_GLEXT_PROTOTYPES 63 64 #ifdef _GL_GLEXT_PROTOTYPES 64 65 #define GL_GLEXT_PROTOTYPES _GL_GLEXT_PROTOTYPES 65 #else 66 #undef GL_GLEXT_PROTOTYPES 66 #undef _GL_GLEXT_PROTOTYPES 67 67 #endif 68 68 69 #undef GL_GLEXT_LEGACY 69 70 #ifdef _GL_GLEXT_LEGACY 70 71 #define GL_GLEXT_LEGACY _GL_GLEXT_LEGACY 71 #else 72 #undef GL_GLEXT_LEGACY 72 #undef _GL_GLEXT_LEGACY 73 73 #endif 74 74
Note: See TracChangeset
for help on using the changeset viewer.
