diff options
Diffstat (limited to 'contrib/minizip/minizip.c')
-rw-r--r-- | contrib/minizip/minizip.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/minizip/minizip.c b/contrib/minizip/minizip.c index 26ee8d0..4d93d22 100644 --- a/contrib/minizip/minizip.c +++ b/contrib/minizip/minizip.c | |||
@@ -91,8 +91,7 @@ static int filetime(const char *f, tm_zip *tmzip, uLong *dt) { | |||
91 | } | 91 | } |
92 | return ret; | 92 | return ret; |
93 | } | 93 | } |
94 | #else | 94 | #elif defined(__unix__) || defined(__unix) || defined(__APPLE__) |
95 | #if defined(unix) || defined(__APPLE__) | ||
96 | /* f: name of file to get info on, tmzip: return value: access, | 95 | /* f: name of file to get info on, tmzip: return value: access, |
97 | modification and creation times, dt: dostime */ | 96 | modification and creation times, dt: dostime */ |
98 | static int filetime(const char *f, tm_zip *tmzip, uLong *dt) { | 97 | static int filetime(const char *f, tm_zip *tmzip, uLong *dt) { |
@@ -143,7 +142,6 @@ static int filetime(const char *f, tm_zip *tmzip, uLong *dt) { | |||
143 | return 0; | 142 | return 0; |
144 | } | 143 | } |
145 | #endif | 144 | #endif |
146 | #endif | ||
147 | 145 | ||
148 | 146 | ||
149 | 147 | ||