SDL/src/dynapi
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
..
gendynapi.py Refactor gendynapi.py with the final goal to make it re-usable 2024-10-13 02:52:56 +02:00
SDL_dynapi.c Default functions are already declared by the first SDL_dynapi_procs.h include 2024-10-13 02:52:56 +02:00
SDL_dynapi.h Improve support for private platforms (#11220) 2024-10-15 18:02:07 -04:00
SDL_dynapi.sym Added SDL_GetSandbox() 2024-10-16 16:47:29 -07:00
SDL_dynapi_overrides.h Added SDL_GetSandbox() 2024-10-16 16:47:29 -07:00
SDL_dynapi_procs.h Revert "Use the correct return type for SDL_GetAndroidJNIEnv()" 2024-10-19 10:20:50 -07:00
SDL_dynapi_unsupported.h windows: Clean out things that should be using defined(SDL_PLATFORM_WINDOWS). 2024-09-06 13:28:39 -04:00