Index: /Include/gl/gl.sbp
===================================================================
--- /Include/gl/gl.sbp	(revision 84)
+++ /Include/gl/gl.sbp	(revision 85)
@@ -1,4 +1,4 @@
-#ifndef __GL_H__
-#define __GL_H__
+#ifndef _INC_GL
+#define _INC_GL
 
 TypeDef GLenum = DWord
@@ -1019,3 +1019,3 @@
 TypeDef PFNGLGETCOLORTABLEPARAMETERFVEXTPROC = *Sub(target As GLenum, pname As GLenum, params As *GLfloat)
 
-#endif /* __GL_H__ */
+#endif /* _INC_GL */
