[PATCH 2/4] comctl32/pager: Support header notification conversion.

Nikolay Sivov nsivov at codeweavers.com
Thu Sep 27 10:10:43 CDT 2018


On 09/24/2018 10:12 AM, Zhiyi Zhang wrote:

> +#ifdef _WIN64
> +    if (para->code_unicode == HDN_GETDISPINFOW && !strcmp(winetest_platform, "windows"))
> +    {
> +        skip("Replace text pointer test for HDN_GETDISPINFOW crashes with 64bit cross test on 64bit Windows\n");
> +        return;
> +    }
> +#endif
> +

We need to figure out what's going on here. I propose to move forward 
with the remaining patches, and leave this one until crashing is 
understood and resolved.



More information about the wine-devel mailing list