]> git.mxchange.org Git - flightgear.git/commitdiff
Cygwin fix.
authorehofman <ehofman>
Thu, 20 Oct 2005 08:48:32 +0000 (08:48 +0000)
committerehofman <ehofman>
Thu, 20 Oct 2005 08:48:32 +0000 (08:48 +0000)
src/Airports/simple.cxx

index e862af61ea17ae7b1ed32abcb5d6baad0e4ee030..e24090b07c41c968155502277f2cc3535943ef15 100644 (file)
 SG_USING_STD(sort);
 SG_USING_STD(random_shuffle);
 
+#ifdef __CYGWIN__
+#define HUGE HUGE_VAL
+#endif
+
 /******************************************************************************
  * ScheduleTime
  ***************e*************************************************************/