Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Windows: Added a FIXME.
  • Loading branch information
icculus committed Feb 20, 2015
1 parent f7c4c3d commit e974ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/windows/SDL_windows_main.c
Expand Up @@ -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) {
Expand Down

0 comments on commit e974ccf

Please sign in to comment.