Explorar o código

Windows: Added a FIXME.

Ryan C. Gordon %!s(int64=10) %!d(string=hai) anos
pai
achega
e974ccf828
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/main/windows/SDL_windows_main.c

+ 1 - 0
src/main/windows/SDL_windows_main.c

@@ -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) {