Windows: Added a FIXME.

main
Ryan C. Gordon 2015-02-19 21:49:30 -05:00
parent f7c4c3d010
commit e974ccf828
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw)
#if UNICODE
cmdline = WIN_StringToUTF8(text);
#else
/* !!! FIXME: are these in the system codepage? We need to convert to UTF-8. */
cmdline = SDL_strdup(text);
#endif
if (cmdline == NULL) {