]> 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 f8b137022632cdbfd86289bed3799f586bd689cd..30b6e12b1eabde076492c29e2b8c5f935233ba85 100755 (executable)
@@ -2,8 +2,8 @@
 #  include <simgear_config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>                     
+#ifdef WIN32
+# include <windows.h>
 #endif
 
 #include <stdio.h>
@@ -11,8 +11,6 @@
 #include <limits.h>
 #include <string.h>            // memcpy()
 
-#include <GL/gl.h>
-
 #include "GLBitmaps.h"
 
 GlBitmap::GlBitmap( GLenum mode, GLint width, GLint height, GLubyte *bitmap )