X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f80621049e9b2b2070920ef364c272b6ddaec073..f900f5fe712f9028aae486b95dcd5648d6aa44dc:/lib/zlib.h diff --git a/lib/zlib.h b/lib/zlib.h index e3413d6a..6ff2ae53 100644 --- a/lib/zlib.h +++ b/lib/zlib.h @@ -112,7 +112,8 @@ typedef unsigned char Byte; /* 8 bits */ typedef unsigned int uInt; /* 16 bits or more */ -typedef unsigned long uLong; /* 32 bits or more */ +typedef int32 Long; /* 32 bits or more */ +typedef uint32 uLong; /* 32 bits or more */ typedef Byte FAR Bytef; typedef char FAR charf;