mirror of https://github.com/adamdruppe/arsd.git
resolve system var related deprecations
This commit is contained in:
parent
91a0aa6498
commit
4c1ec5822b
3
jni.d
3
jni.d
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue