Add SDL_strpbrk

This commit is contained in:
Anonymous Maarten 2024-09-02 14:13:54 +02:00 committed by Anonymous Maarten
parent 55934bc85e
commit baa1a5e2f4
15 changed files with 96 additions and 4 deletions

View file

@ -1169,3 +1169,4 @@
#define SDL_wcsnstr SDL_wcsnstr_REAL
#define SDL_wcsstr SDL_wcsstr_REAL
#define SDL_wcstol SDL_wcstol_REAL
#define SDL_strpbrk SDL_strpbrk_REAL