]> git.mxchange.org Git - flightgear.git/blobdiff - Astro/moon.c
Converting to Gnu autoconf system.
[flightgear.git] / Astro / moon.c
index 3b18a4885653abac19fd3f044d28449ac3cae836..77be2f4ca8855d52deb004071852dcff1b4c0e10 100644 (file)
  **************************************************************************/
 
 
+#include <config.h>
+
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
+
 #include <math.h>
 #include <GL/glut.h>
 #include <XGL/xgl.h>
@@ -207,11 +213,14 @@ void fgMoonRender( void ) {
 
 
 /* $Log$
-/* Revision 1.7  1998/02/23 19:07:54  curt
-/* Incorporated Durk's Astro/ tweaks.  Includes unifying the sun position
-/* calculation code between sun display, and other FG sections that use this
-/* for things like lighting.
+/* Revision 1.8  1998/04/03 21:52:49  curt
+/* Converting to Gnu autoconf system.
 /*
+ * Revision 1.7  1998/02/23 19:07:54  curt
+ * Incorporated Durk's Astro/ tweaks.  Includes unifying the sun position
+ * calculation code between sun display, and other FG sections that use this
+ * for things like lighting.
+ *
  * Revision 1.6  1998/02/07 15:29:32  curt
  * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
  * <chotchkiss@namg.us.anritsu.com>