diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h index 49e965349e7..554958ed013 100644 --- a/src/glut/glx/glutint.h +++ b/src/glut/glx/glutint.h @@ -24,12 +24,12 @@ #define GLUT_BUILDING_LIB /* Building the GLUT library itself. */ #include -#ifdef MESA +#if defined( MESA ) && defined( _WIN32 ) #include #endif -/* added by BrianP: */ #ifndef _WIN32 +/* added by BrianP: */ #define APIENTRY GLAPIENTRY #define __cdecl GLAPIENTRY #define CDECL GLAPIENTRY