Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refine JNI header's jni_md.h: Always include 'gluegen_stdint.h' for ↵ | Sven Gothel | 2015-03-24 | 1 | -0/+2 |
| | | | | | | | | 'standalone' usage. On OSX java7 we include the system jni.h and GlueGen's jni_md.h .. Fixes regression of commit 532b8df474976b474f0cf4eb2d93588ded2ad3fe | ||||
* | Import JOGL's JNI header and unify them for GlueGen and C-Compiler usage. | Sven Gothel | 2015-03-23 | 2 | -0/+94 |
We had macosx JNI header and different JNI header included in JOGL for native compilation and GlueGen runs. This unifies the header for any use. |