mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
start: Don't use SEE_MASK_NO_CONSOLE.
This commit is contained in:
parent
3d1cf168cf
commit
9e0971e374
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user