From: Brian Paul Date: Mon, 22 May 2000 16:26:52 +0000 (+0000) Subject: defined APIENTRY if undefined X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4951c0e0a815114f92aca8d3a03a0c2ae1227438;p=mesa.git defined APIENTRY if undefined --- diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h index 7849a01acd5..71dceeceeee 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