mercurial/parsers.c
changeset 7135 06ca03380190
parent 7133 42db22108d85
parent 7122 3cf699e89e48
child 7154 7fdf7a0a41b7
--- a/mercurial/parsers.c	Sat Oct 18 20:25:45 2008 +0200
+++ b/mercurial/parsers.c	Sat Oct 18 20:39:08 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