diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2003-12-04 15:59:03 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2003-12-04 15:59:03 +0000 |
commit | f82c775fff7974ef9537332cdb5ade70703ba38c (patch) | |
tree | ade64061a36468b3e307fb693a3edb409e81f6de | |
parent | 1d7b75c3adfaccb37a2fe8b3c0792c759968c8b7 (diff) |
#define GLAPIENTRYP GLAPIENTRY *
-rw-r--r-- | include/GL/gl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index 2d38304291..393784bf5c 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -96,6 +96,7 @@ #define APIENTRY GLAPIENTRY #endif #define APIENTRYP APIENTRY * +#define GLAPIENTRYP GLAPIENTRY * #ifdef CENTERLINE_CLPP #define signed |