--- a/mercurial/parsers.c Sat Oct 18 04:26:09 2008 -0500 +++ b/mercurial/parsers.c Sat Oct 18 14:43:20 2008 +0200 @@ -137,6 +137,7 @@ /* msvc 6.0 has problems */ # define inline __inline typedef unsigned long uint32_t; +typedef unsigned __int64 uint64_t; # else # include <stdint.h> # endif