]> 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 225f5cb9e7ae93637ed98796664699c9ea9eef89..30b6e12b1eabde076492c29e2b8c5f935233ba85 100755 (executable)
@@ -1,17 +1,15 @@
 #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>
 #include <stdlib.h>
 #include <limits.h>
-
-#include <GL/glut.h>
-#include <simgear/xgl.h>
+#include <string.h>            // memcpy()
 
 #include "GLBitmaps.h"