diff options
author | Brian Paul <[email protected]> | 1999-11-15 14:26:07 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-15 14:26:07 +0000 |
commit | e23e2759fc67973c0d2e3318f79837f88f8bad0d (patch) | |
tree | e08d8feac627d0909cba2040e42179de9c031998 /include/GL/glu.h | |
parent | a2ee2fe36043489ca6f185a5ed63306b1dd6cff3 (diff) |
changed multi-include guard symbol
Diffstat (limited to 'include/GL/glu.h')
-rw-r--r-- | include/GL/glu.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h index 1fb396b6f8f..5fef2512b68 100644 --- a/include/GL/glu.h +++ b/include/GL/glu.h @@ -1,4 +1,4 @@ -/* $Id: glu.h,v 1.16 1999/11/11 03:21:43 kendallb Exp $ */ +/* $Id: glu.h,v 1.17 1999/11/15 14:26:07 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -22,8 +22,8 @@ */ -#ifndef GLU_H -#define GLU_H +#ifndef __glu_h__ +#define __glu_h__ #if defined(USE_MGL_NAMESPACE) @@ -483,4 +483,4 @@ GLUAPI const GLubyte* GLAPIENTRY gluGetString( GLenum name ); #endif -#endif +#endif /* __glu_h__ */ |