Changed #ifdef FILE_H to #ifdef _FILE_H

This commit is contained in:
curt
1998-01-22 02:59:38 +00:00
parent 238c6f7c88
commit d824ffd02b
5 changed files with 45 additions and 19 deletions
+4
View File
@@ -1,3 +1,6 @@
#ifndef _XGL_H
#define _XGL_H
#include <GL/gl.h>
#include <GL/glu.h>
@@ -823,3 +826,4 @@ void xglPrioritizeTexturesEXT ( GLsizei n, GLuint *textures, GLclampf *pri
#endif
#endif /* _XGL_H */