From 4951c0e0a815114f92aca8d3a03a0c2ae1227438 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 22 May 2000 16:26:52 +0000 Subject: defined APIENTRY if undefined --- src/glut/glx/glutint.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h index 7849a01acd..71dceeceee 100644 --- a/src/glut/glx/glutint.h +++ b/src/glut/glx/glutint.h @@ -30,7 +30,9 @@ #ifndef _WIN32 /* added by BrianP: */ +#ifndef APIENTRY #define APIENTRY GLAPIENTRY +#endif #define __cdecl GLAPIENTRY #define CDECL GLAPIENTRY #endif -- cgit v1.2.3