]> git.mxchange.org Git - flightgear.git/blobdiff - Main/GLUTkey.h
Changed #ifdef FILE_H to #ifdef _FILE_H
[flightgear.git] / Main / GLUTkey.h
index 3b867ae0c277ad5c2df2dfb146b152ffc8af6f9a..671eabece92b781782b01f88e1a479988b44670a 100644 (file)
@@ -24,8 +24,8 @@
  **************************************************************************/
 
 
-#ifndef GLUTKEY_H
-#define GLUTKEY_H
+#ifndef _GLUTKEY_H
+#define _GLUTKEY_H
 
 
 #ifdef GLUT
@@ -40,13 +40,16 @@ void GLUTkey(unsigned char k, int x, int y);
 void GLUTspecialkey(int k, int x, int y);
 
 
-#endif /* GLUTKEY_H */
+#endif /* _GLUTKEY_H */
 
 
 /* $Log$
-/* Revision 1.5  1997/07/23 21:52:23  curt
-/* Put comments around the text after an #endif for increased portability.
+/* Revision 1.6  1998/01/22 02:59:36  curt
+/* Changed #ifdef FILE_H to #ifdef _FILE_H
 /*
+ * Revision 1.5  1997/07/23 21:52:23  curt
+ * Put comments around the text after an #endif for increased portability.
+ *
  * Revision 1.4  1997/06/02 03:40:06  curt
  * A tiny bit more view tweaking.
  *