diff options
Diffstat (limited to 'FL/glu.h')
| -rw-r--r-- | FL/glu.h | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -25,21 +25,10 @@ # define FL_glu_H # include "Enumerations.H" // for color names -# ifdef _WIN32 -# include <windows.h> -# endif # ifndef APIENTRY -# if defined(__CYGWIN__) -# define APIENTRY __attribute__ ((__stdcall__)) -# else -# define APIENTRY -# endif +# define APIENTRY # endif -# ifdef __APPLE__ // PORTME: OpenGL Path abstraction -# include <OpenGL/glu.h> -# else -# include <GL/glu.h> -# endif +# include <GL/glu.h> #endif // !FL_glu_H |
