Modified Files:

simgear/screen/extensions.hxx: Make it compile on macos
This commit is contained in:
frohlich
2006-12-03 17:44:27 +00:00
parent 656a3ace07
commit 2792d60e2d

View File

@@ -32,12 +32,11 @@
# include <windows.h>
#endif
#if !defined(WIN32)
# include <GL/glx.h>
#endif
#include <simgear/compiler.h>
#if !defined(WIN32)
# include SG_GLX_H
#endif
#include SG_GL_H