diff options
author | Brian Paul <[email protected]> | 2000-02-27 18:12:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-27 18:12:41 +0000 |
commit | 0f21a5d36b5ec77e19fd660af90c09eab684fec5 (patch) | |
tree | aa87d5f27cf8d721c796c970df84516eded469f9 /include | |
parent | 7f88ac198c7753085969e4b4ba9fba31c1f1e7bb (diff) |
added a bit of GLAPIENTRY, APIENTRY setup
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GL/glext.h b/include/GL/glext.h index 808a2a5a60d..a8580b4260b 100644 --- a/include/GL/glext.h +++ b/include/GL/glext.h @@ -23,6 +23,10 @@ extern "C" { #define GLAPI extern #endif +#ifdef GLAPIENTRY +#define APIENTRY GLAPIENTRY +#endif + #ifndef APIENTRY #define APIENTRY #endif |