diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glu.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h index 36bd7c1398..5eaa554748 100644 --- a/include/GL/glu.h +++ b/include/GL/glu.h @@ -36,6 +36,14 @@ #include <GL/gl.h> +#ifndef GLAPIENTRY +#define GLAPIENTRY +#endif + +#ifndef GLAPI +#define GLAPI +#endif + #ifdef __cplusplus extern "C" { #endif |