resolve system var related deprecations

This commit is contained in:
Adam D. Ruppe 2025-10-12 20:32:50 -04:00
parent 91a0aa6498
commit 4c1ec5822b
1 changed files with 2 additions and 1 deletions

3
jni.d
View File

@ -2531,7 +2531,6 @@ import core.stdc.stdarg;
//version (Android): //version (Android):
extern (System): extern (System):
@system:
nothrow: nothrow:
@nogc: @nogc:
@ -2591,6 +2590,8 @@ enum JNI_EVERSION = -3;
enum JNI_COMMIT = 1; enum JNI_COMMIT = 1;
enum JNI_ABORT = 2; enum JNI_ABORT = 2;
@system:
struct JNINativeMethod struct JNINativeMethod
{ {
const(char)* name; const(char)* name;