From 727f35a518f4793a6597a2a4192278dd32b12ae5 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 17 Sep 1999 05:56:43 +0000 Subject: mesa_wgl.h should only be included when _WIN32 is defined --- src/glut/glx/glutint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h index 49e965349e..554958ed01 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 -- cgit v1.2.3