Skip to content
Snippets Groups Projects
Commit bcf1dd40 authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Alexandre Julliard
Browse files

cmd: Do not try to handle ERROR_FILE_NOT_FOUND from CreateProcessW().

This was introduced in bff25ffe.

The commit aimed to fix command lines like `wine cmd /c "notepad test.txt"`.
Such de-quoting is now handled at an earlier point.

Moreover, we explicitly only enter this path when we find an executable (which
was not the case when the commit was written), so we cannot actually get
ERROR_FILE_NOT_FOUND anymore anyway.
parent 034a23d4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment