From: curt Date: Wed, 1 Dec 2004 17:37:43 +0000 (+0000) Subject: Fix a typo for the Mac OSX platform. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fb0dded10382fefab9c32aa57a8da04ec18d814b;p=simgear.git Fix a typo for the Mac OSX platform. --- 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