diff options
author | Sven Gothel <[email protected]> | 2010-07-19 02:04:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-19 02:04:52 +0200 |
commit | 1d31bbd26343acaf632ce2a1e17bc8ba4119216e (patch) | |
tree | 573d1ff62ab46411e1e581d06ddfa6e628940496 /make | |
parent | 5c67883ba47c8510e5826e38fb09333245e10335 (diff) |
Fix OSX 1: Add empty define of APIENTRY, if undefined (CG)
Diffstat (limited to 'make')
-rw-r--r-- | make/config/jogl/cg-common.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
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 <stdlib.h> CustomCCode #include <Cg/cgGL.h> +CustomCCode +CustomCCode #ifndef APIENTRY +CustomCCode #define APIENTRY +CustomCCode #endif IncludeAs CustomJavaCode CgGL cg-common-CustomJavaCode.java |