mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-22 20:58:29 +00:00
Fixed bug 5001 - Feature request: SDL_isupper & SDL_islower
This commit is contained in:
parent
a8f91340c8
commit
aa384ad02b
4 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue