rename_macros.py: fix typo for __WIN32__

main
Ozkan Sezer 2024-01-24 20:10:00 +03:00
parent a06ee5b98d
commit 12b01ef674
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class PlatformMacrosCheck:
"__XBOXSERIES__": "SDL_PLATFORM_XBOXSERIES",
"__XBOXONE__": "SDL_PLATFORM_XBOXONE",
"__WINDOWS__": "SDL_PLATFORM_WINDOWS",
"__WIN32__": "SDL_PLATFORM_WINRT",
"__WIN32__": "SDL_PLATFORM_WIN32",
# "__CYGWIN_": "SDL_PLATFORM_CYGWIN",
"__WINGDK__": "SDL_PLATFORM_WINGDK",
"__GDK__": "SDL_PLATFORM_GDK",