RunChildProcessRedirected takes a narrow string in the legacy ANSI mode
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6547 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
14fcfbe1a8
commit
e36bbf1b94
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ switchcp: cp = orgwinconoutcp, mbtwcf = 0, utf8 = false;
|
|||
return childec;
|
||||
}
|
||||
#else
|
||||
int RunChildProcessRedirected(LPCWSTR cmd)
|
||||
int RunChildProcessRedirected(LPCSTR cmd)
|
||||
{
|
||||
STARTUPINFO si = { sizeof(STARTUPINFO), };
|
||||
PROCESS_INFORMATION pi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue