From: curt Date: Mon, 11 Oct 1999 21:09:21 +0000 (+0000) Subject: MSVC++ portability fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c0422839b97c4e27adf633cd999738cd62cbd6cb;p=simgear.git MSVC++ portability fix. --- diff --git a/simgear/ephemeris/stars.cxx b/simgear/ephemeris/stars.cxx index d26f71a4..057a3992 100644 --- a/simgear/ephemeris/stars.cxx +++ b/simgear/ephemeris/stars.cxx @@ -61,7 +61,7 @@ #include "stars.hxx" -FG_USING_STD(getline); +// FG_USING_STD(getline); #define EpochStart (631065600) #define DaysSinceEpoch(secs) (((secs)-EpochStart)*(1.0/(24*3600)))