mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 18:37:40 +00:00
Android: Fixed missing export of a JNI function (thanks, Andrii!).
Fixes Bugzilla #3393.
This commit is contained in:
parent
6b1d5f4461
commit
58b323f192
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue