From fb0dded10382fefab9c32aa57a8da04ec18d814b Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 1 Dec 2004 17:37:43 +0000 Subject: [PATCH] Fix a typo for the Mac OSX platform. --- simgear/compiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simgear/compiler.h b/simgear/compiler.h index b6ae6c7d..ec05e881 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -371,13 +371,13 @@ #ifdef __APPLE__ # define SG_GL_H # define SG_GLU_H -# define SG_GLUT_H # define SG_GLEXT_H +# define SG_GLUT_H #else # define SG_GL_H # define SG_GLU_H -# define SG_GLUT_H # define SG_GLEXT_H +# define SG_GLUT_H #endif -- 2.39.5