https://bugs.winehq.org/show_bug.cgi?id=54815 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs(a)winehq.org |fgouget(a)codeweavers.com --- Comment #1 from François Gouget <fgouget(a)codeweavers.com> --- InternetErrorDlg() is actually broken on Windows 10 1507: in the standard hwnd + FLAGS_ERROR_UI_FLAGS_NO_UI case it returns ERROR_NOT_SUPPORTED so we set expected=50 and expected2=0, thus the test succeeds. But on Windows 10 1607 the standard case returns the expected 1223 but the FLAGS_ERROR_UI_FLAGS_NO_UI on returns 0 which is broken behavior. Then on Windows 10 1709+ all works as expected. So this is a broken() that will require special casing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.