29 Oct
2025
29 Oct
'25
6:54 p.m.
On Wed Oct 29 08:15:30 2025 +0000, Nikolay Sivov wrote:
Why do you need a comma operator here? There shouldn't be a comma operator here.
msi uses a different `ok` function: ```#define ok(hinst, condition, ...) ok_(hinst, todo_level, __FILE__, __LINE__, condition, __VA_ARGS__)``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6760#note_120022