X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fnative%2Fjni.hpp;h=e26aca44ff4fba82520026ab813a8e885c45d0b0;hb=e1c6f25f42c218e6c9451e9ff988e5300a069e45;hp=16933eca1c84c6df8932765c60d37a533f4c68bd;hpb=bbc14f3688db91816c8112c1a899c9a44c7305af;p=cacao.git diff --git a/src/native/jni.hpp b/src/native/jni.hpp index 16933eca1..e26aca44f 100644 --- a/src/native/jni.hpp +++ b/src/native/jni.hpp @@ -78,6 +78,12 @@ //#include "vm/javaobjects.hpp" #include "vm/global.h" + +// Some additional JNI version numbers, we currently support JNI 1.6. +#define JNI_VERSION_SUPPORTED JNI_VERSION_1_6 +#define JNI_VERSION_CACAO 0xcaca0000 + + // Typedef the JNI types. typedef java_handle_t* jobject; typedef java_handle_t* jclass;