On Tue Mar 18 19:52:43 2025 +0000, Louis Lenders wrote:
But why then does compilation not fail for other FIXME's where %ld is used as format string for DWORD?
Probably because those other FIXMEs are in Windows-side code, where DWORD is always unsigned long. It's only variable on Unix side.
Yes, it's a mess.
If you can find any such FIXME in Unix side code, then I've misread something; do tell.