summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-07-24 21:24:22 +0200
committerMichael Bien <[email protected]>2010-07-24 21:24:22 +0200
commitda440b55eb6a7025fc157e3c710f8f9f4279bc9e (patch)
treedf0a19dfce0559531f041c90ade19b75dbf6d102
parente73f5fe634d078f02a70e30be0fe429121d8b63b (diff)
parent1d31bbd26343acaf632ce2a1e17bc8ba4119216e (diff)
Merge branch 'master' of github.com:sgothel/jogl
-rw-r--r--make/config/jogl/cg-common.cfg4
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