From 1d31bbd26343acaf632ce2a1e17bc8ba4119216e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 19 Jul 2010 02:04:52 +0200 Subject: Fix OSX 1: Add empty define of APIENTRY, if undefined (CG) --- make/config/jogl/cg-common.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make') diff --git a/make/config/jogl/cg-common.cfg b/make/config/jogl/cg-common.cfg index ae29d3f80..af7e9d268 100644 --- a/make/config/jogl/cg-common.cfg +++ b/make/config/jogl/cg-common.cfg @@ -121,5 +121,9 @@ RuntimeExceptionType CgException CustomCCode #include CustomCCode #include +CustomCCode +CustomCCode #ifndef APIENTRY +CustomCCode #define APIENTRY +CustomCCode #endif IncludeAs CustomJavaCode CgGL cg-common-CustomJavaCode.java -- cgit v1.2.3