From faf4059aa8cc477732eaebffe2af2d3ace10d043 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 4 Dec 2003 15:59:41 +0000 Subject: check if GLAPIENTRYP is already set --- include/GL/gl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/GL/gl.h') diff --git a/include/GL/gl.h b/include/GL/gl.h index 393784bf5c..cc1bba1913 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -96,7 +96,10 @@ #define APIENTRY GLAPIENTRY #endif #define APIENTRYP APIENTRY * + +#ifndef GLAPIENTRYP #define GLAPIENTRYP GLAPIENTRY * +#endif #ifdef CENTERLINE_CLPP #define signed -- cgit v1.2.3