Error numbers >= 32 are to be expected.
This commit is contained in:
parent
37bc441d57
commit
a912c2a885
|
@ -365,7 +365,7 @@ static UINT SHELL_ExecuteW(const WCHAR *lpCmd, WCHAR *env, BOOL shWait,
|
|||
}
|
||||
else if ((retval = GetLastError()) >= 32)
|
||||
{
|
||||
FIXME("Strange error set by CreateProcess: %d\n", retval);
|
||||
TRACE("CreateProcess returned error %d\n", retval);
|
||||
retval = ERROR_BAD_FORMAT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue