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__)```