https://bugs.winehq.org/show_bug.cgi?id=56194 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x(a)gmail.com --- Comment #1 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Hi Fabian, There's also bug https://bugs.winehq.org/show_bug.cgi?id=53321 about NtdllDefWindowProc_A, maybe that might be better testcase as the bug seems easier to reproduce (???) Seems to be just identical to DefWindowProcA/W according to tests in user32 (class.c): /* On Vista+, the user32.dll export DefWindowProcA/W is forwarded to */ /* ntdll.NtdllDefWindowProc_A/W. However, the wndproc returned by */ /* GetClassLong/GetWindowLong points to an unexported user32 function */ if (pDefWindowProcA == pNtdllDefWindowProcA && pDefWindowProcW == pNtdllDefWindowProcW) skip("user32.DefWindowProcX forwarded to ntdll.NtdllDefWindowProc_X\n"); -- 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.