MSVC++ portability fix.

This commit is contained in:
curt
1999-10-11 21:09:21 +00:00
parent 862b884f02
commit c0422839b9

View File

@@ -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)))