Added double underscores to the header included macros.
authorChristopher John Purnell <cjp@lost.org.uk>
Wed, 27 Aug 2003 16:47:14 +0000 (16:47 +0000)
committerChristopher John Purnell <cjp@lost.org.uk>
Wed, 27 Aug 2003 16:47:14 +0000 (16:47 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@166 7f0cb862-5218-0410-a997-914c9d46530a

include/GL/freeglut.h
include/GL/freeglut_ext.h
include/GL/glut.h

index e881bfd..de0a642 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef  FREEGLUT_H
-#define  FREEGLUT_H
+#ifndef  __FREEGLUT_H__
+#define  __FREEGLUT_H__
 
 /*
  * freeglut.h
@@ -19,5 +19,4 @@
 
 /*** END OF FILE ***/
 
-#endif /* FREEGLUT_H */
-
+#endif /* __FREEGLUT_H__ */
index 7369f0f..8194638 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef  FREEGLUT_EXT_H
-#define  FREEGLUT_EXT_H
+#ifndef  __FREEGLUT_EXT_H__
+#define  __FREEGLUT_EXT_H__
 
 /*
  * freeglut_ext.h
@@ -109,5 +109,4 @@ FGAPI void * FGAPIENTRY glutGetProcAddress( const char *procName );
 
 /*** END OF FILE ***/
 
-#endif /* FREEGLUT_EXT_H */
-
+#endif /* __FREEGLUT_EXT_H__ */
index de16dcf..8856b3e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef  GLUT_H
-#define  GLUT_H
+#ifndef  __GLUT_H__
+#define  __GLUT_H__
 
 /*
  * freeglut.h
@@ -540,5 +540,4 @@ FGAPI void    FGAPIENTRY glutReportErrors( void );
 
 /*** END OF FILE ***/
 
-#endif /* GLUT_H */
-
+#endif /* __GLUT_H__ */