]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/GLBitmaps.cxx
Modified Files:
[simgear.git] / simgear / screen / GLBitmaps.cxx
index eef3e7ad023d091fe5730676f7d7586f052983c6..05f61553df646d24eddf1ccbc395379aeef2f487 100755 (executable)
@@ -1,17 +1,19 @@
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include <simgear_config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>                     
+#if defined(__CYGWIN__)  /* && !defined(USING_X) */
+#define WIN32
+#endif
+
+#if defined(WIN32)  /* MINGW and MSC predefine WIN32 */
+# include <windows.h>
 #endif
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
-
-#include <GL/glut.h>
-#include <simgear/xgl/xgl.h>
+#include <string.h>            // memcpy()
 
 #include "GLBitmaps.h"