mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
An attempt to work around compilation errors on MinGW reported in [forum:9089d2049a|forum post 9089d2049a].
FossilOrigin-Name: d5658a3ee4f585cc1e96d84425aad2e1f56b3ae507c9e17b71e030f83f0b70e8
This commit is contained in:
@ -201,8 +201,8 @@
|
||||
**
|
||||
** https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/design.html#jni_interface_functions_and_pointers
|
||||
*/
|
||||
#define JniArgsEnvObj JNIEnv * const env, jobject jSelf
|
||||
#define JniArgsEnvClass JNIEnv * const env, jclass jKlazz
|
||||
#define JniArgsEnvObj JNIEnv * env, jobject jSelf
|
||||
#define JniArgsEnvClass JNIEnv * env, jclass jKlazz
|
||||
/*
|
||||
** Helpers to account for -Xcheck:jni warnings about not having
|
||||
** checked for exceptions.
|
||||
|
Reference in New Issue
Block a user