diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-08-01 13:12:36 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-09-01 13:16:26 -0700 |
commit | fff132fe7c41030b45eda2883e0b092697ef1a27 (patch) | |
tree | 6b1beb1f1c469eb6c94a3795ed8cd61c31ee051b /contrib | |
parent | 545f1949635949159fa6282e81712aec32b5d4f1 (diff) | |
download | zlib-fff132fe7c41030b45eda2883e0b092697ef1a27.tar.gz zlib-fff132fe7c41030b45eda2883e0b092697ef1a27.tar.bz2 zlib-fff132fe7c41030b45eda2883e0b092697ef1a27.zip |
Avoid the use of a reserved macro name in contrib/minizip/ioapi.h.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/minizip/ioapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/minizip/ioapi.h b/contrib/minizip/ioapi.h index da1b72f..f3b193d 100644 --- a/contrib/minizip/ioapi.h +++ b/contrib/minizip/ioapi.h | |||
@@ -18,8 +18,8 @@ | |||
18 | 18 | ||
19 | */ | 19 | */ |
20 | 20 | ||
21 | #ifndef _ZLIBIOAPI64_H | 21 | #ifndef ZLIBIOAPI64_H |
22 | #define _ZLIBIOAPI64_H | 22 | #define ZLIBIOAPI64_H |
23 | 23 | ||
24 | #if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__)) | 24 | #if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__)) |
25 | 25 | ||