1 Nov
2022
1 Nov
'22
9:20 p.m.
On Tue Nov 1 17:42:19 2022 +0000, Torge Matthies wrote:
@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)? Yes, that's what I previously suggested. The main disadvantage is that it won't be convenient for some driver callbacks that pass variable sized args.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1180#note_12674