Commit: use %zd for SIZE_T, not just %d
File affected: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp
Replication: clean build, then try to make. Rbuild throws an unhandled exception:

Faulting application rbuild.exe, version 0.0.0.0, time stamp 0x4a58b510, faulting module msvcrt.dll, version 7.0.6002.18005, time stamp 0x49e0379e, exception code 0xc0000005, fault offset 0x0000e461, process id 0x164c, application start time 0x01ca023f7e2b558b.

when creating makefile.auto:

BASEADDRESS_WININET := 0x70200000
BASEADDRESS_WINMM := 0x697d0000
BASEADDRESS_WINSCARD := 0x723d0000
BASEADDRESS_WINSPOO

Please fix or revert the blamed revision, as it breaks buildint on Windows.