mirror of
https://github.com/corda/corda.git
synced 2025-01-24 05:18:24 +00:00
add cfm_vectors to JNIEnvVTable to match jni.h on OSX
This commit is contained in:
parent
32f4feb4aa
commit
fb6624b9ae
@ -164,6 +164,10 @@ struct JNIEnvVTable {
|
|||||||
void* reserved2;
|
void* reserved2;
|
||||||
void* reserved3;
|
void* reserved3;
|
||||||
|
|
||||||
|
#if (! TARGET_RT_MAC_CFM) && defined(__ppc__)
|
||||||
|
void* cfm_vectors[225];
|
||||||
|
#endif
|
||||||
|
|
||||||
jint
|
jint
|
||||||
(JNICALL *GetVersion)
|
(JNICALL *GetVersion)
|
||||||
(JNIEnv*);
|
(JNIEnv*);
|
||||||
|
Loading…
Reference in New Issue
Block a user