diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-08-23 00:24:18 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-08-23 00:24:18 +0200 |
| commit | 16d2b1750a78527a5524bfc3171a42f67c323508 (patch) | |
| tree | 1defa7bb7f44a089103582b0777662394ef1ba56 /libs/samba/src/main/cpp/jni.hpp | |
| parent | a95264b5273748330c3126632277fd7a0db8ec91 (diff) | |
samba: Add support for read/write file
Diffstat (limited to 'libs/samba/src/main/cpp/jni.hpp')
| -rw-r--r-- | libs/samba/src/main/cpp/jni.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/samba/src/main/cpp/jni.hpp b/libs/samba/src/main/cpp/jni.hpp index 3b5078a..1729828 100644 --- a/libs/samba/src/main/cpp/jni.hpp +++ b/libs/samba/src/main/cpp/jni.hpp @@ -51,7 +51,7 @@ class Ref { T ptr_; }; -constexpr jint JNI_VERSION = JNI_VERSION_1_2; +constexpr jint JNI_VERSION = JNI_VERSION_1_4; JNIEnv* AttachCurrentThread(); |
