X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut.h;h=0e6f8c6ad86d38a1cff00b9ca653eb2580f620d8;hb=6af44b1c284b977c0634bebc217c4a0676752790;hp=e881bfd19f61c792259a8b70698b4dbe5a835d66;hpb=6be8fc4b3f63e5369277c80e24f3c5745c92f9e8;p=freeglut diff --git a/include/GL/freeglut.h b/include/GL/freeglut.h index e881bfd..0e6f8c6 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 @@ -14,10 +14,9 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "glut.h" +#include "freeglut_std.h" #include "freeglut_ext.h" /*** END OF FILE ***/ -#endif /* FREEGLUT_H */ - +#endif /* __FREEGLUT_H__ */