]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/moonpos.hxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Time / moonpos.hxx
index 5c04315f64acf053c3ace36da199b0edac962c88..8551afebd40e2bc6d350542ac4ff5eed36305881 100644 (file)
 
 #include <simgear/compiler.h>
 
-#ifdef FG_HAVE_STD_INCLUDES
+#ifdef SG_HAVE_STD_INCLUDES
 #  include <ctime>
-#  ifdef MACOS
-     FG_USING_STD(time_t);
+#  ifdef macintosh
+     SG_USING_STD(time_t);
 #  endif
 #else
 #  include <time.h>