From d21c43cd15921965a2f1894a0185aa7ca8b5416b Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Tue, 14 Sep 1999 06:23:40 +0000 Subject: [PATCH] Win32 fix by Eero Pajarre. --- src/glut/glx/glutint.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h index 752e9b356e6..df92f191a39 100644 --- a/src/glut/glx/glutint.h +++ b/src/glut/glx/glutint.h @@ -22,10 +22,11 @@ #endif /* added by BrianP: */ +#ifndef _WIN32 #define APIENTRY GLAPIENTRY #define __cdecl GLAPIENTRY #define CDECL GLAPIENTRY - +#endif #define GLUT_BUILDING_LIB /* Building the GLUT library itself. */