Commit 9e0971e3 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

start: Don't use SEE_MASK_NO_CONSOLE.

parent 3d1cf168
......@@ -216,8 +216,7 @@ int wmain (int argc, WCHAR *argv[])
sei.nShow = SW_SHOWNORMAL;
/* Dunno what these mean, but it looks like winMe's start uses them */
sei.fMask = SEE_MASK_FLAG_DDEWAIT|
SEE_MASK_FLAG_NO_UI|
SEE_MASK_NO_CONSOLE;
SEE_MASK_FLAG_NO_UI;
sei.lpDirectory = NULL;
creation_flags = CREATE_NEW_CONSOLE;
......
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