Fix SDL_PLATFORM_UNI typo in migration guide

SDL_PLATFORM_UNI doesn't actually exist, it seems like it's supposed to
be SDL_PLATFORM_UNIX.

(cherry picked from commit 85260aa180)
This commit is contained in:
Dav999-v
2026-08-23 17:29:11 +02:00
committed by Sam Lantinga
parent 33edac8e15
commit d90e52acf2

View File

@@ -1307,7 +1307,7 @@ The following platform preprocessor macros have been renamed:
| `__RISCOS__` | `SDL_PLATFORM_RISCOS` |
| `__SOLARIS__` | `SDL_PLATFORM_SOLARIS` |
| `__TVOS__` | `SDL_PLATFORM_TVOS` |
| `__unix__` | `SDL_PLATFORM_UNI` |
| `__unix__` | `SDL_PLATFORM_UNIX` |
| `__VITA__` | `SDL_PLATFORM_VITA` |
| `__WIN32__` | `SDL_PLATFORM_WIN32` |
| `__WINGDK__` | `SDL_PLATFORM_WINGDK` |