start: Don't use SEE_MASK_NO_CONSOLE.

This commit is contained in:
Vincent Povirk 2014-04-22 12:47:29 -05:00 committed by Alexandre Julliard
parent 3d1cf168cf
commit 9e0971e374
1 changed files with 1 additions and 2 deletions

View File

@ -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;