]> git.mxchange.org Git - flightgear.git/commitdiff
Rename every instance of GLUT_H to FG_GLUT_H to prevent a freeglut naming clash
authorehofman <ehofman>
Fri, 22 Aug 2003 08:03:10 +0000 (08:03 +0000)
committerehofman <ehofman>
Fri, 22 Aug 2003 08:03:10 +0000 (08:03 +0000)
tests/est-epsilon.c
tests/gl-info.c
tests/test-env-map.cxx

index e7babeb1cd3607b57ad5f23559bf1b92a2c4b356..d51fa204cf0278238e50dcdd52550d422c34d3d0 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <stdio.h>
 
-#include GLUT_H
+#include FG_GLUT_H
 
 
 int main() {
index 746df1e97f09acd3e297095039a4e431548e7e01..6cc25d6d1588103dd9c2af2c89057f53345d5ca6 100644 (file)
@@ -18,7 +18,7 @@ Date: Fri, 24 Apr 1998 07:33:51 -0800
 #include <stdio.h>
 #include <stdlib.h>
 
-#include GLUT_H
+#include FG_GLUT_H
 
 
 void getPrints ( GLenum token, char *string )
index 6595c37cff68b97c039c4827b48db53462575524..6e372281f0abe610cb031bfb7aa1d9552b81defa 100644 (file)
@@ -10,7 +10,7 @@
 #include <stdio.h>
 #include <math.h>
 
-#include GLUT_H
+#include FG_GLUT_H
 
 #define TEXRES_X 256
 #define TEXRES_Y 256