Fix the format specifier for Int64/Word64 on Windows
authorIan Lynagh <igloo@earth.li>
Sat, 27 Mar 2010 18:21:26 +0000 (18:21 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 27 Mar 2010 18:21:26 +0000 (18:21 +0000)
commit57fad22f920f13527a0e6f1ee26eb326580fcb1a
treef1d28afbf8dfdb15fed5965471609c3192182d02
parent200b2084ff80d119c0284cffc4f0d3da69df26a7
Fix the format specifier for Int64/Word64 on Windows
mingw doesn't understand %llu/%lld - it treats them as 32-bit rather
than 64-bit. We use %I64u/%I64d instead.
includes/Rts.h