1 Nov
2023
1 Nov
'23
3:35 p.m.
Side note: those control-specific `NtUserMessageCall` calls can fallback to `default_window_proc`, so in cases when we use them, we don't need a separated syscall for that.
You mean we should just replace the `DefWindowProc()` call with `NtUserMessageCall(<new call id>)`, in `StaticWndProc_common` and the like? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4092#note_50511