From: Christopher John Purnell Date: Wed, 27 Aug 2003 16:47:14 +0000 (+0000) Subject: Added double underscores to the header included macros. X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=8e06738e2a2879e125fa166f6f7817727d898beb;p=freeglut Added double underscores to the header included macros. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@166 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/include/GL/freeglut.h b/include/GL/freeglut.h index e881bfd..de0a642 100644 --- a/include/GL/freeglut.h +++ b/include/GL/freeglut.h @@ -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__ */ diff --git a/include/GL/freeglut_ext.h b/include/GL/freeglut_ext.h index 7369f0f..8194638 100644 --- a/include/GL/freeglut_ext.h +++ b/include/GL/freeglut_ext.h @@ -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__ */ diff --git a/include/GL/glut.h b/include/GL/glut.h index de16dcf..8856b3e 100644 --- a/include/GL/glut.h +++ b/include/GL/glut.h @@ -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__ */