27 Apr
2023
27 Apr
'23
12:19 a.m.
custom.c does not use the test.h and debug.h definitions and presumably has a good reason not to. But this resulted in the printf-format compiler attribute getting lost. So copy it from debug.h to allow proper checks of the ok_() format string. Also fix said format strings. -- v2: msi/tests: ok_() takes printf-style arguments. msi/tests: Fix the ok() formats so they match the size of their arguments. https://gitlab.winehq.org/wine/wine/-/merge_requests/2692