]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/moonpos.hxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Time / moonpos.hxx
index 65e544ac2cbfabc22d831d6096d3413afb903661..8551afebd40e2bc6d350542ac4ff5eed36305881 100644 (file)
 
 #include <simgear/compiler.h>
 
-#ifdef FG_HAVE_STD_INCLUDES
+#ifdef SG_HAVE_STD_INCLUDES
 #  include <ctime>
 #  ifdef macintosh
-     FG_USING_STD(time_t);
+     SG_USING_STD(time_t);
 #  endif
 #else
 #  include <time.h>