[PATCH 1/3] conhost: Don't compare the console config if the user cancels the dialog

Jacek Caban jacek at codeweavers.com
Tue Mar 1 10:12:07 CST 2022


Hi Hugh,

On 3/1/22 12:37, Hugh McMaster wrote:
> -    PropertySheetW( &header );
> +    if (!PropertySheetW( &header ))
> +        return TRUE;


It would be even better to use ">0" to handle errors.


Thanks,

Jacek




More information about the wine-devel mailing list