diff options
-rw-r--r-- | archival/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/unzip.c b/archival/unzip.c index 0dd18a75d..f37ea3519 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -589,7 +589,7 @@ int unzip_main(int argc, char **argv) | |||
589 | } | 589 | } |
590 | } | 590 | } |
591 | 591 | ||
592 | #ifndef __GLIBC__ | 592 | #if !defined(__GLIBC__) && !ENABLE_PLATFORM_MINGW32 |
593 | /* | 593 | /* |
594 | * This code is needed for non-GNU getopt | 594 | * This code is needed for non-GNU getopt |
595 | * which doesn't understand "-" in option string. | 595 | * which doesn't understand "-" in option string. |