Fix u64 format for cygwin
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 2 Feb 2010 18:08:42 +0000 (19:08 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 4 Feb 2010 22:17:21 +0000 (23:17 +0100)
commit5033c2869efc97a90075c0d72cc574859a70f854
treead3a27b2643b766eeeb8ff86f485fb5aae95bd99
parentd96306c1c1f51ef97df048208d6d058ad7db86ef
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 a switch USE_I64, which is
defined only in the gcc makefile when MINGW is used.
backend.h
winboard/makefile.gcc