stdlib: added SDL_utf8strlen().

--HG--
extra : histedit_source : 3ef78f0c18ad1f096882e5e079119fe0b3fef6db%2Cd98e52df919c701f80b47d989028227d060e2ecb
This commit is contained in:
Ryan C. Gordon 2017-05-29 03:01:05 -04:00
parent acf207211f
commit d202066528
4 changed files with 20 additions and 0 deletions

View file

@ -624,3 +624,4 @@
#define SDL_MemoryBarrierReleaseFunction SDL_MemoryBarrierReleaseFunction_REAL
#define SDL_MemoryBarrierAcquireFunction SDL_MemoryBarrierAcquireFunction_REAL
#define SDL_JoystickGetDeviceInstanceID SDL_JoystickGetDeviceInstanceID_REAL
#define SDL_utf8strlen SDL_utf8strlen_REAL