SDL/src/core
Sam Lantinga 153f90a725 Revert "Use the correct return type for SDL_GetAndroidJNIEnv()"
This reverts commit 2d3fa03d53.

Different JDK implementations define JNIEnv differently for C++, so we can't provide the definition here.

Fixes:
/usr/lib/jvm/temurin-11-jdk-amd64/include/jni.h:195:17: error: conflicting declaration ‘typedef struct JNIEnv_ JNIEnv’
/home/runner/work/sdlwiki/sdlwiki/.github/../external/SDL3/include/SDL3/SDL_system.h:266:24: note: previous declaration as ‘typedef struct _JNIEnv JNIEnv’
2024-10-19 10:20:50 -07:00
..
android Revert "Use the correct return type for SDL_GetAndroidJNIEnv()" 2024-10-19 10:20:50 -07:00
freebsd Fix additional calloc-transposed-args warnings 2024-09-08 19:28:11 -07:00
gdk Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
haiku Use SDL_bool where appropriate in SDL events 2024-09-09 14:00:19 -07:00
linux Added SDL_GetSandbox() 2024-10-16 16:47:29 -07:00
openbsd Add void to openbsd function prototypes 2024-10-03 13:55:21 -07:00
unix Adding void to empty function prototype parenthesis 2024-09-11 19:44:52 -07:00
windows Updated to version 3.1.5 for development 2024-10-09 11:02:01 -07:00
SDL_core_unsupported.c Revert "Use the correct return type for SDL_GetAndroidJNIEnv()" 2024-10-19 10:20:50 -07:00