(try 2) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2 twice in rapid seccesion. handle this error.

Michael Karcher wine at mkarcher.dialup.fu-berlin.de
Thu Oct 23 10:25:06 CDT 2008


[resend with subscribed from]

Am Donnerstag, den 23.10.2008, 07:41 -0500 schrieb Aric Stewart:
> +            /*
> +             * Windows XP is unable to recreate the ViewWindow2 returning
> +             * A Catastrophic failure error
> +             */
> +            if (broken(hr == 0x8000ffff || hr == E_FAIL))

Any reason you don't use E_UNEXPECTED instead of the numerical constant?

Regards,
  MIchael Karcher




More information about the wine-devel mailing list