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

Alexandre Julliard julliard at winehq.org
Sat Jan 3 09:11:26 CST 2009


Module: wine
Branch: master
Commit: e05951a39dd220e7225765a18f4b28017f5076e0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e05951a39dd220e7225765a18f4b28017f5076e0

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Fri Jan  2 18:25:13 2009 -0600

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

---

 programs/start/start.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/start/start.c b/programs/start/start.c
index d98f215..ed7df03 100644
--- a/programs/start/start.c
+++ b/programs/start/start.c
@@ -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;




More information about the wine-cvs mailing list