diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2003-10-16 04:50:42 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@gmail.com> | 2003-10-16 04:50:42 +0000 |
commit | 3fc0db95e4b44fab108fd0495933f0d83c9b6336 (patch) | |
tree | 0404de2a23558337dc0390186cc68dea3a794e4a /include/GL | |
parent | f62b8985d6f1a73b46aa4ccdd7ed8289352d9bc6 (diff) |
Minor changes to make linux-solo build again
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/glu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h index 719feb1aed..129777852f 100644 --- a/include/GL/glu.h +++ b/include/GL/glu.h @@ -40,6 +40,10 @@ #define GLAPIENTRY #endif +#ifndef GLAPIENTRYP +#define GLAPIENTRYP +#endif + #ifndef GLAPI #define GLAPI #endif |