[PATCH] cmd: Use ShellExecuteExW instead of CreateProcess for opening files.
Kirill K. Smirnov
lich at math.spbu.ru
Wed Jul 30 13:52:53 CDT 2008
Hi,
>+ sei.fMask = SEE_MASK_FLAG_DDEWAIT|
>+ SEE_MASK_FLAG_NO_UI|
>+ SEE_MASK_NO_CONSOLE|
>+ SEE_MASK_NOCLOSEPROCESS;
Console apps must be executed using exiting console, not a new one.
--
Kirill
More information about the wine-devel
mailing list