]> git.mxchange.org Git - flightgear.git/commitdiff
Win32 fixes
authorfredb <fredb>
Wed, 5 Jul 2006 06:22:05 +0000 (06:22 +0000)
committerfredb <fredb>
Wed, 5 Jul 2006 06:22:05 +0000 (06:22 +0000)
src/Instrumentation/HUD/HUD.cxx
src/Instrumentation/HUD/HUD_instrument.cxx
src/Instrumentation/HUD/HUD_label.cxx
src/Instrumentation/HUD/HUD_ladder.cxx
src/Instrumentation/HUD/HUD_runway.cxx

index 22b4e6bdb7b598afc868e0aae21450ee78177805..a763eed6691d3220f7091330d96b80247f5851c2 100644 (file)
 #  include <config.h>
 #endif
 
+#ifdef HAVE_WINDOWS_H
+#   include <windows.h>
+#endif
+
 #include SG_GLU_H
 
 #include <simgear/constants.h>
index 0e1f2d18469a078c67ffc1822de347d9b346a806..9f3628b053a70da5a66c5e10587fc354eccedc27 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/math/SGLimits.hxx>
 #include <simgear/props/condition.hxx>
 #include "HUD.hxx"
index 7973d0a9820d1847c56eb7638d6cf743d53e0773..7e40b07feff9f049851b955cce91dbb78ae85dc4 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/props/condition.hxx>
 #include "HUD.hxx"
 
index 3993e7a21bc230c9ca6e81f27aa187c59530450d..df327e4541e6b62515289cd6b4310dcf91ff541f 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <Main/viewer.hxx>
 #include "HUD.hxx"
 
index 74240e6270c842b5ba340d8619e3dbb04045d154..61a2ac2f9a640f480d3d311235472896e30d2c9c 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/math/polar3d.hxx>