Kaydet (Commit) 2a58ae90 authored tarafından David Tardon's avatar David Tardon

WaE: deprecated conversion from string constant to 'LPWSTR'

üst b1f9d48e
...@@ -517,7 +517,7 @@ oslProcessError SAL_CALL osl_executeProcess_WithRedirectedIO( ...@@ -517,7 +517,7 @@ oslProcessError SAL_CALL osl_executeProcess_WithRedirectedIO(
startup_info.cb = sizeof(STARTUPINFO); startup_info.cb = sizeof(STARTUPINFO);
startup_info.dwFlags = STARTF_USESHOWWINDOW; startup_info.dwFlags = STARTF_USESHOWWINDOW;
startup_info.lpDesktop = L""; startup_info.lpDesktop = const_cast<LPWSTR>(L"");
/* Create pipes for redirected IO */ /* Create pipes for redirected IO */
HANDLE hInputRead = NULL; HANDLE hInputRead = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment