summaryrefslogtreecommitdiff
path: root/FL/glu.h
diff options
context:
space:
mode:
Diffstat (limited to 'FL/glu.h')
-rw-r--r--FL/glu.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/FL/glu.h b/FL/glu.h
index de923871b..4467c0cf6 100644
--- a/FL/glu.h
+++ b/FL/glu.h
@@ -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