On Thu Jan 23 21:45:45 2025 +0000, Stefan Dösinger wrote:
The compilation is breaking because I did not include a regenerated dlls/gdi32/tests/generated.c in the commit. This file is built by --enable-maintainer-mode, so Alexandre will update it if/when he accepts the MR
What I don't understand is what the generated.c asserts are good for, if they are generated from the same files they test. We'd have to generate them from the Windows SDK headers rather than ours; Doing so, or building our generated.c with Visual Studio and the Windows SDK headers, would have caught this bug.