X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f80621049e9b2b2070920ef364c272b6ddaec073..c8e78d87ad420c06f6b1688ef8d2e86a01c6bc76:/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;