Commit e05951a3 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

start.exe: Don't use the NO_UI flag when invoked with /unix.

parent d2c4ff23
...@@ -281,6 +281,7 @@ int wmain (int argc, WCHAR *argv[]) ...@@ -281,6 +281,7 @@ int wmain (int argc, WCHAR *argv[])
sei.lpFile = dos_filename; sei.lpFile = dos_filename;
sei.lpDirectory = parent_directory = get_parent_dir(dos_filename); sei.lpDirectory = parent_directory = get_parent_dir(dos_filename);
sei.fMask &= ~SEE_MASK_FLAG_NO_UI;
if (GetBinaryTypeW(sei.lpFile, &binary_type)) { if (GetBinaryTypeW(sei.lpFile, &binary_type)) {
WCHAR *commandline; WCHAR *commandline;
......
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