Code

Windows: Fix PRIuMAX definition.
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 23 Mar 2007 09:57:05 +0000 (10:57 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Mon, 23 Jun 2008 11:40:30 +0000 (13:40 +0200)
commit82f8d969f581c4bd4a782565709466046d962d81
tree5f7c4a379ba3e08adfc7f1cb5dd08317afa635ba
parenta42a0c2e715d6783a6f9b75a8f2c9a48bf499c47
Windows: Fix PRIuMAX definition.

Since GIT calls into Microsoft's MSVCRT.DLL, it must use the printf
format that this DLL uses for 64-bit integers, which is %I64u instead
of %llu.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
compat/mingw.h