From: ehofman Date: Thu, 20 Oct 2005 08:48:32 +0000 (+0000) Subject: Cygwin fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ebc9ba19aa61e99cd7f49943944816297a9fc146;p=flightgear.git Cygwin fix. --- diff --git a/src/Airports/simple.cxx b/src/Airports/simple.cxx index e862af61e..e24090b07 100644 --- a/src/Airports/simple.cxx +++ b/src/Airports/simple.cxx @@ -56,6 +56,10 @@ SG_USING_STD(sort); SG_USING_STD(random_shuffle); +#ifdef __CYGWIN__ +#define HUGE HUGE_VAL +#endif + /****************************************************************************** * ScheduleTime ***************e*************************************************************/