What do you suggest then ? Include condrv.h and test each individual manifest constant ?

Le 7 avr. 2022 19:26, Jacek Caban <jacek@codeweavers.com> a écrit :

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