Fixed bug 5001 - Feature request: SDL_isupper & SDL_islower

This commit is contained in:
Sam Lantinga 2020-03-02 15:21:07 -08:00
parent a8f91340c8
commit aa384ad02b
4 changed files with 10 additions and 0 deletions

View file

@ -747,3 +747,5 @@
#define SDL_OnApplicationDidBecomeActive SDL_OnApplicationDidBecomeActive_REAL
#define SDL_OnApplicationDidChangeStatusBarOrientation SDL_OnApplicationDidChangeStatusBarOrientation_REAL
#define SDL_GetAndroidSDKVersion SDL_GetAndroidSDKVersion_REAL
#define SDL_isupper SDL_isupper_REAL
#define SDL_islower SDL_islower_REAL