MSVC++ portability fix.
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
#include "stars.hxx"
|
#include "stars.hxx"
|
||||||
|
|
||||||
FG_USING_STD(getline);
|
// FG_USING_STD(getline);
|
||||||
|
|
||||||
#define EpochStart (631065600)
|
#define EpochStart (631065600)
|
||||||
#define DaysSinceEpoch(secs) (((secs)-EpochStart)*(1.0/(24*3600)))
|
#define DaysSinceEpoch(secs) (((secs)-EpochStart)*(1.0/(24*3600)))
|
||||||
|
|||||||
Reference in New Issue
Block a user