mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-14 23:38:14 +00:00
Android: Fixed missing export of a JNI function (thanks, Andrii!).
Fixes Bugzilla #3393.
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user