]> git.mxchange.org Git - flightgear.git/commitdiff
Cygwin32 fixes.
authorcurt <curt>
Sat, 23 Oct 1999 04:19:25 +0000 (04:19 +0000)
committercurt <curt>
Sat, 23 Oct 1999 04:19:25 +0000 (04:19 +0000)
src/WeatherCM/FGPhysicalProperties.h
src/WeatherCM/FGPhysicalProperty.h
src/WeatherCM/FGTurbulenceItem.h
src/WeatherCM/FGVoronoi.h
src/WeatherCM/FGWindItem.h
src/WeatherCM/Makefile.am

index 3d235f291313d4a3df4e702cf577aa4d91e98daa..1b669ec76c15fb6a8536a1bc680c5851d3556226 100644 (file)
@@ -49,8 +49,16 @@ HISTORY
 /****************************************************************************/
 /* INCLUDES                                                                */
 /****************************************************************************/
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <Include/compiler.h>
 
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
+
 #include <iostream>
 #include <vector>
 #include <map>
index e546588035e07ab88584840bda6feb47e3eac015..ef8098cd5bea4270a9589c9bb24ffe437aff74c2 100644 (file)
@@ -49,8 +49,17 @@ HISTORY
 /****************************************************************************/
 /* INCLUDES                                                                */
 /****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <Include/compiler.h>
 
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
+
 #include <vector>
 
 #include "sg.h"
index 2b9fa3c7cbba07292709ab9d90c1f7214468e296..41117caaa4b6ab92191040b1d01587ce2bbaa21d 100644 (file)
@@ -47,6 +47,17 @@ HISTORY
 /****************************************************************************/
 /* INCLUDES                                                                */
 /****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#include <Include/compiler.h>
+
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
+
 #include "sg.h"
 
 #include "FGWeatherDefs.h"
index c96894ee128b269a62b2e47ae90bf20e20adc5cb..da4b337dbf0096cb633cdc9e0fff6f2e2ecc848b 100644 (file)
@@ -52,7 +52,15 @@ HISTORY
 /****************************************************************************/
 /* INCLUDES                                                                */
 /****************************************************************************/
-#include "compiler.h"
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#include <Include/compiler.h>
+
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
 
 #include <vector>
 
index b06dbd2c582bb9ba56040b1321df6f5bea609b44..697b0eb3a6160a1d6f810613b1c13c582eb5785c 100644 (file)
@@ -47,6 +47,17 @@ HISTORY
 /****************************************************************************/
 /* INCLUDES                                                                */
 /****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#include <Include/compiler.h>
+
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
+
 #include "sg.h"
 
 #include "FGWeatherDefs.h"
index a6a8379e14f0f29c796c44fffbf1675c6b871a7d..7a4b6a3bd107fb681c729cf491e6b6150121e0e9 100644 (file)
@@ -14,6 +14,7 @@ libWeatherCM_a_SOURCES = \
        FGVaporPressureItem.cpp FGVaporPressureItem.h \
        FGVoronoi.cpp FGVoronoi.h \
        FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
+       FGWeatherVectorWrap.h \
        FGWindItem.cpp FGWindItem.h
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator