diff --git a/steam_helper/steam.cpp b/steam_helper/steam.cpp index cc180561..e9e3c06f 100644 --- a/steam_helper/steam.cpp +++ b/steam_helper/steam.cpp @@ -493,7 +493,7 @@ static HANDLE run_process(BOOL *should_await) WCHAR *cmdline = GetCommandLineW(); STARTUPINFOW si = { sizeof(si) }; PROCESS_INFORMATION pi; - DWORD flags = 0; + DWORD flags = CREATE_UNICODE_ENVIRONMENT; BOOL use_shell_execute = TRUE; /* skip argv[0] */