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.