diff options
-rw-r--r-- | include/GL/gl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index 393784bf5ca..cc1bba19135 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -96,7 +96,10 @@ #define APIENTRY GLAPIENTRY #endif #define APIENTRYP APIENTRY * + +#ifndef GLAPIENTRYP #define GLAPIENTRYP GLAPIENTRY * +#endif #ifdef CENTERLINE_CLPP #define signed |