1234567891011121314151617181920212223242526272829303132333435363738 |
- #ifndef __gl2platform_h_
- #define __gl2platform_h_
- #include <KHR/khrplatform.h>
- #ifndef GL_APICALL
- #define GL_APICALL KHRONOS_APICALL
- #endif
- #ifndef GL_APIENTRY
- #define GL_APIENTRY KHRONOS_APIENTRY
- #endif
- #endif
|