Android: Fixed missing export of a JNI function (thanks, Andrii!).

Fixes Bugzilla #3393.
This commit is contained in:
Philipp Wiesemann 2016-07-17 21:43:12 +02:00
parent 6b1d5f4461
commit 58b323f192

View File

@ -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)
{ {