]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/GLBitmaps.cxx
Change SGPath::exists to use stat(), fix '.' and '..' handling on Windows, add simgea...
[simgear.git] / simgear / screen / GLBitmaps.cxx
index 0edadf4189b47f142ff4b6afb29f4f202a16511d..30b6e12b1eabde076492c29e2b8c5f935233ba85 100755 (executable)
@@ -1,9 +1,9 @@
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include <simgear_config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>                     
+#ifdef WIN32
+# include <windows.h>
 #endif
 
 #include <stdio.h>
@@ -11,9 +11,6 @@
 #include <limits.h>
 #include <string.h>            // memcpy()
 
-#include <GL/glut.h>
-#include <simgear/xgl/xgl.h>
-
 #include "GLBitmaps.h"
 
 GlBitmap::GlBitmap( GLenum mode, GLint width, GLint height, GLubyte *bitmap )