Nothing seems to use the "int64" type, and it apparently causes conflicts
[u/mdw/putty] / int64.h
diff --git a/int64.h b/int64.h
index 0e924e1..1b23f82 100644 (file)
--- a/int64.h
+++ b/int64.h
@@ -7,7 +7,7 @@
 
 typedef struct {
     unsigned long hi, lo;
-} uint64, int64;
+} uint64;
 
 uint64 uint64_div10(uint64 x, int *remainder);
 void uint64_decimal(uint64 x, char *buffer);