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

This commit is contained in:
Vincent Povirk 2009-01-02 18:25:13 -06:00 committed by Alexandre Julliard
parent d2c4ff2305
commit e05951a39d
1 changed files with 1 additions and 0 deletions

View File

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