| Summary: | Android JNIEXPORT and JNICALL missing | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Martin Gerhardy <martin.gerhardy> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Android (All) | ||
| URL: | https://github.com/mgerhardy/caveexpress/commit/ab2dcfe946d8fb961ae6bf1e8fead862ab5127b9 | ||
|
Description
Martin Gerhardy
2015-07-31 10:51:31 UTC
Just a minor thing, but a huge outcome. All the other jni related functions already have those flags, but the nativeInit function lacks them - so it might be stripped away. Fixed, thanks! https://hg.libsdl.org/SDL/rev/4e0e4f544027 |