Win32 fix by Eero Pajarre.

This commit is contained in:
Gareth Hughes
1999-09-14 06:23:40 +00:00
parent 77dcf82d81
commit d21c43cd15

View File

@@ -22,10 +22,11 @@
#endif #endif
/* added by BrianP: */ /* added by BrianP: */
#ifndef _WIN32
#define APIENTRY GLAPIENTRY #define APIENTRY GLAPIENTRY
#define __cdecl GLAPIENTRY #define __cdecl GLAPIENTRY
#define CDECL GLAPIENTRY #define CDECL GLAPIENTRY
#endif
#define GLUT_BUILDING_LIB /* Building the GLUT library itself. */ #define GLUT_BUILDING_LIB /* Building the GLUT library itself. */