From 9c2cc7c309fa8701a2c851e8575a6c7466b4d6ee Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 22 Aug 2003 08:03:10 +0000 Subject: [PATCH] Rename every instance of GLUT_H to FG_GLUT_H to prevent a freeglut naming clash --- tests/est-epsilon.c | 2 +- tests/gl-info.c | 2 +- tests/test-env-map.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/est-epsilon.c b/tests/est-epsilon.c index e7babeb1c..d51fa204c 100644 --- a/tests/est-epsilon.c +++ b/tests/est-epsilon.c @@ -8,7 +8,7 @@ #include -#include GLUT_H +#include FG_GLUT_H int main() { diff --git a/tests/gl-info.c b/tests/gl-info.c index 746df1e97..6cc25d6d1 100644 --- a/tests/gl-info.c +++ b/tests/gl-info.c @@ -18,7 +18,7 @@ Date: Fri, 24 Apr 1998 07:33:51 -0800 #include #include -#include GLUT_H +#include FG_GLUT_H void getPrints ( GLenum token, char *string ) diff --git a/tests/test-env-map.cxx b/tests/test-env-map.cxx index 6595c37cf..6e372281f 100644 --- a/tests/test-env-map.cxx +++ b/tests/test-env-map.cxx @@ -10,7 +10,7 @@ #include #include -#include GLUT_H +#include FG_GLUT_H #define TEXRES_X 256 #define TEXRES_Y 256