mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-04-30 06:57:56 +02:00
Windows: Added a FIXME.
This commit is contained in:
parent
f7c4c3d010
commit
e974ccf828
@ -164,6 +164,7 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw)
|
|||||||
#if UNICODE
|
#if UNICODE
|
||||||
cmdline = WIN_StringToUTF8(text);
|
cmdline = WIN_StringToUTF8(text);
|
||||||
#else
|
#else
|
||||||
|
/* !!! FIXME: are these in the system codepage? We need to convert to UTF-8. */
|
||||||
cmdline = SDL_strdup(text);
|
cmdline = SDL_strdup(text);
|
||||||
#endif
|
#endif
|
||||||
if (cmdline == NULL) {
|
if (cmdline == NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user