Force use of "%I64d" format for 64 bit ints on MinGW.
Andrew Dunstan <andrew@dunslane.net>
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
| Path | Change | +/− |
|---|---|---|
| src/include/port/win32.h | modified | +13 −0 |