Force use of "%I64d" format for 64 bit ints on MinGW.

Andrew Dunstan <andrew@dunslane.net>

Commit: 52d01c2f52c462d29ae0fdfa44c3cae129148a6d
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2011-04-27T14:09:23Z
Releases: 9.1.0
Force use of "%I64d" format for 64 bit ints on MinGW.

Both this and "%lld" work, but the compiler's format checking doesn't
like "%lld", so we get all sorts of spurious warnings.

Files

PathChange+/−
src/include/port/win32.h modified +13 −0