[PATCH v3 3/4] dlls/{ntdll, kernel*}: provide a pseudo console environment for initial CUI processes not tied to an Unix tty

Jacek Caban jacek at codeweavers.com
Thu Apr 7 12:26:08 CDT 2022


On 4/6/22 17:02, Eric Pouech wrote:
> -    /* set the process console */
> -    if (info->data->console > 3)
> +    /* set the process console (caring also for CONSOLE_HANDLE_* values) */
> +    if (info->data->console > 5 || info->data->console == 4)


This is not pretty, IMHO...


Thanks,

Jacek




More information about the wine-devel mailing list