mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-25 15:32:00 +00:00
Restore support for the Nokia N-Gage (#12148)
This commit is contained in:
parent
26f9940f82
commit
7ae64592c9
51 changed files with 4184 additions and 44 deletions
|
|
@ -34,6 +34,8 @@
|
|||
|
||||
#if defined(__SIZEOF_WCHAR_T__)
|
||||
#define SDL_SIZEOF_WCHAR_T __SIZEOF_WCHAR_T__
|
||||
#elif defined(SDL_PLATFORM_NGAGE)
|
||||
#define SDL_SIZEOF_WCHAR_T 2
|
||||
#elif defined(SDL_PLATFORM_WINDOWS)
|
||||
#define SDL_SIZEOF_WCHAR_T 2
|
||||
#else // assume everything else is UTF-32 (add more tests if compiler-assert fails below!)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue