Fix u64 format for cygwin
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 2 Feb 2010 18:08:42 +0000 (19:08 +0100)
committerArun Persaud <arun@nubati.net>
Sat, 6 Feb 2010 05:21:49 +0000 (21:21 -0800)
commitfc8a57d8b775d9e3ad2e84d316a95d60f1e2eceb
treea5df5ba003f72e7145827782c8e22b29e55b3844
parente35056cf5734bd38cd401d390cdbe366ac6aadab
Fix u64 format for cygwin

With a -mno-cygwin compile %llu and %lld are definitely not understood
by scanf and printf, although they are by the compiler. In stead, %I64u
seems to work. Put it in under control of the switch __MINGW__ .
backend.h