Win32 fix by Eero Pajarre.
authorGareth Hughes <gareth@valinux.com>
Tue, 14 Sep 1999 06:23:40 +0000 (06:23 +0000)
committerGareth Hughes <gareth@valinux.com>
Tue, 14 Sep 1999 06:23:40 +0000 (06:23 +0000)
src/glut/glx/glutint.h

index 752e9b356e6868f2e809d6d2572d6580cfe63777..df92f191a39311b0fd65d1a0a171fc1cf30ee006 100644 (file)
 #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. */