]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/RenderTexture.h
easyxml.cxx: add missing endXML visitor call
[simgear.git] / simgear / screen / RenderTexture.h
index 49582191038eb99c94949558bd815e05d591ada7..5d68a02c698d6b076fd506f646b4ead417b02f01 100644 (file)
 #  include <X11/Xlib.h>
 #endif
 #include SG_GL_H
+#if defined( __MACH__)
+#  include <OpenGL/OpenGL.h>
+#endif
 #ifndef _WIN32
 #  include SG_GLX_H
 #endif
-#ifdef __MACH__
-#  ifndef None
-#     define None false
-#  endif
-#  ifndef True
-#     define True true
-#  endif
-#endif 
 
 #include <string>
 #include <vector>