diff options
| -rw-r--r-- | src/glut/glx/glutint.h | 4 | 
1 files 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 <GL/glut.h> -#ifdef MESA +#if defined( MESA ) && defined( _WIN32 )  #include <gl/mesa_wgl.h>  #endif -/* added by BrianP: */  #ifndef _WIN32 +/* added by BrianP: */  #define APIENTRY GLAPIENTRY  #define __cdecl GLAPIENTRY  #define CDECL GLAPIENTRY | 
