1 Nov
2022
1 Nov
'22
5:42 p.m.
On Tue Nov 1 16:34:38 2022 +0000, Jacek Caban wrote:
While it avoids 64-bit/32-bit pointer mismatch, it still exposes Unix "kernel" pointers to PE "user" modules, which does not match unixlib design. @jacek Would it help to inline the `user32_callback_params` struct into the params for the callback (in other words prepending a `struct user32_callback_params` to the args and removing the `args` pointer)?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1180#note_12660