Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Windows: Added a FIXME.
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+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) { |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.