mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Android: Fixed missing export of a JNI function (thanks, Andrii!).
Fixes Bugzilla #3393.
This commit is contained in:
parent
6b1d5f4461
commit
58b323f192
@ -139,7 +139,7 @@ JNIEXPORT void JNICALL SDL_Android_Init(JNIEnv* mEnv, jclass cls)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Drop file */
|
/* Drop file */
|
||||||
void Java_org_libsdl_app_SDLActivity_onNativeDropFile(
|
JNIEXPORT void JNICALL Java_org_libsdl_app_SDLActivity_onNativeDropFile(
|
||||||
JNIEnv* env, jclass jcls,
|
JNIEnv* env, jclass jcls,
|
||||||
jstring filename)
|
jstring filename)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user