mercurial/parsers.c
changeset 7122 3cf699e89e48
parent 7108 1ca878d7b849
child 7135 06ca03380190
--- 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