mirror of https://github.com/encounter/SDL.git
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 */
|
||||
void Java_org_libsdl_app_SDLActivity_onNativeDropFile(
|
||||
JNIEXPORT void JNICALL Java_org_libsdl_app_SDLActivity_onNativeDropFile(
|
||||
JNIEnv* env, jclass jcls,
|
||||
jstring filename)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue