On Wed Mar 26 09:19:43 2025 +0000, Sven Baars wrote:
It seems like they already are? The compiler tells me to trace with `%d` on the unix side and with `%ld` on the PE side. Should I just resubmit the first version of the patch?
They are only defined as int on 64bit, which is why tracing them on the unix side is annoying. I guess going back to the first version is better then, and we can change the DWORD definitions separately.