Fixed windows build

This commit is contained in:
Sam Lantinga 2023-05-26 09:50:18 -07:00
parent cb73bed6eb
commit 1ef18c7677
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#define malloc SDL_malloc
#define memcmp SDL_memcmp
#define swprintf SDL_swprintf
#define towupper SDL_toupper
#define towupper (wchar_t)SDL_toupper
#define wcscmp SDL_wcscmp
#define _wcsdup SDL_wcsdup
#define wcslen SDL_wcslen