]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/moonpos.hxx
Make FlightGear work with 16bpp:
[flightgear.git] / src / Time / moonpos.hxx
index 65e544ac2cbfabc22d831d6096d3413afb903661..ab22d26d89c1831ec7a534d77c105463a0b3258f 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>
@@ -61,4 +61,4 @@ void fgUpdateMoonPos( void );
 void fgMoonPosition(time_t ssue, double *lon, double *lat);
 
 
-#endif /* _MOONPOS_H */
+#endif /* _MOONPOS_HXX */