]> git.mxchange.org Git - flightgear.git/commitdiff
Fix MSVC9 build
authorFrederic Bouvier <fredfgfs01@free.fr>
Mon, 14 Nov 2011 07:38:58 +0000 (08:38 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Mon, 14 Nov 2011 07:38:58 +0000 (08:38 +0100)
19 files changed:
src/ATC/atcdialog.cxx
src/Aircraft/flightrecorder.cxx
src/Airports/xmlloader.cxx
src/FDM/YASim/Gear.cpp
src/FDM/YASim/Rotor.cpp
src/Input/FGJoystickInput.cxx
src/Input/FGKeyboardInput.cxx
src/Input/FGMouseInput.cxx
src/Instrumentation/airspeed_indicator.cxx
src/Instrumentation/attitude_indicator.cxx
src/Instrumentation/heading_indicator.cxx
src/Instrumentation/heading_indicator_fg.cxx
src/Instrumentation/inst_vertical_speed_indicator.cxx
src/Instrumentation/slip_skid_ball.cxx
src/Instrumentation/turn_indicator.cxx
src/Instrumentation/vertical_speed_indicator.cxx
src/Navaids/routePath.cxx
src/Sound/voice.cxx
src/Systems/static.cxx

index d2aad836e25e78c93be1381d191f77fb938d160a..912f35446d017346abb498275c00e61273bb0250 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <Main/fg_commands.hxx>
 #include <Main/globals.hxx>
 
index 6c3efc0a5f07cd1bf127206ab7b3c4a73eb85754..dd4ccc15f5008a50ab59092f7a925dfd04c10db4 100644 (file)
 //
 ///////////////////////////////////////////////////////////////////////////////
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <assert.h>
index 273e2f67f6508c772760a825196f82f4773e3d01..b2ce07ed4b3fdbb28975f48a48685f4db96b6994 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/xml/easyxml.hxx>
 #include <simgear/misc/strutils.hxx>
index b4c7673cb541eddf4ead3f9c35c0fe4177c3e389..aa52295ea092cc8da980b235c127fc0b4d00591a 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "Math.hpp"
 #include "BodyEnvironment.hpp"
 #include "RigidBody.hpp"
index 797bf21ab4a01d81bc8b41780a48a633b062e159..8c756c75bf413f8ca50fea4bb4a6ec15ba42c8f4 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/debug/logstream.hxx>
 
 #include "Math.hpp"
index 58a491c789731b21302434f381bc0c3d3b1baaf7..83e5f68a7294c91e37df5d14726a8dbf2e7b80b7 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "FGJoystickInput.hxx"
 
 #include <simgear/props/props_io.hxx>
index 94c485c6a184d0402eef6313f9e9834339947173..73c7c5b0d92e192602ed77cd37254748160ceaf2 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "FGKeyboardInput.hxx"
 #include <Main/fg_props.hxx>
 #include <Scripting/NasalSys.hxx>
index 5d9a6884b1b2892ba48d1d2f65c3d91f55bc4b29..927106f47c490543a4fa6425af1ca8318b931c0a 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "FGMouseInput.hxx"
 #include "Main/globals.hxx"
 
index 0622f2103adfc2ac9d4c49880ccd597f80da1c28..d31fd7672fd53de1b7404beee0abe1295e71bc5d 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <math.h>
 
 #include <simgear/math/interpolater.hxx>
index ca93cd15ae347d22af9e590c347812925ef27194..19f6d4c708ad0d20973eabc01650603efadc4006 100644 (file)
@@ -6,6 +6,10 @@
 // TODO:
 // - better spin-up
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/compiler.h>
 
 #include <iostream>
index f7899b7bcb90294e76ee5bdd7351c885380adc3a..e4b0c2438ddc27ff91fa678d0d8f3f57d1b1e15c 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/sg_inlines.h>
 #include <iostream>
index ba70da198709502ec52caba3d42b77765f5cde14..dfa099c51e6c4a9d1cb6a4224cf2244bd5364d17 100644 (file)
@@ -5,6 +5,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/compiler.h>
 #include <iostream>
 #include <string>
index 0237a6ded883c7a98a68a1e5fba518c0aee8a2fe..8730901c92ff2116d13abe306bb21050e39be188 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <limits>
 #include <simgear/math/interpolater.hxx>
 
index 2ee3bb12c0cfba29e787ef73dc3621ff67fae998..b5a439158a7fb0c58fc75e27600093fc5ba8dbeb 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "slip_skid_ball.hxx"
 #include <Main/fg_props.hxx>
 #include <Main/util.hxx>
index 25df4de4e71f6f5d67bdb4213d03ea506db8068c..6b91cae37bf256b4f4813d64e884d1d43882fc0a 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/compiler.h>
 #include <iostream>
 #include <string>
index 1ad62253b61a29ffff7d6aec4b940ef5a6e44ffe..f5991265107fded22a674b2a4bf5e6dc06ea4621 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/math/interpolater.hxx>
 
 #include "vertical_speed_indicator.hxx"
index b9ac48c1ec60958bf1405e11b6ea121b1d8161fe..d512f155f67d0708258f7211cfde74eed89b8549 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <Navaids/routePath.hxx>
 
 #include <simgear/structure/exception.hxx>
index bcdecf8cf2c193ade4f24c26a09019b798074ff4..c1dec0b0ed688ba34055b67d97a48538d8b5b396 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <Main/globals.hxx>
 #include <sstream>
 #include <simgear/compiler.h>
index b9b649e1e239839b4ba3abdd8895ef6e88e4b0f3..e8447121c14caf51946e97acbb96fefe7a60d4b6 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "static.hxx"
 
 #include <string>