diff options
author | Ron Yorston <rmy@pobox.com> | 2015-01-07 10:10:39 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-01-07 10:10:39 +0000 |
commit | 17102d117aa6afa1b6d261fb6f49cf176921a681 (patch) | |
tree | a60f54be479bd1699ff51cf4a094dcfc06a45a9f /archival/unzip.c | |
parent | f9bba0a50fafc7868630767a55cde9f5a16b8d76 (diff) | |
download | busybox-w32-17102d117aa6afa1b6d261fb6f49cf176921a681.tar.gz busybox-w32-17102d117aa6afa1b6d261fb6f49cf176921a681.tar.bz2 busybox-w32-17102d117aa6afa1b6d261fb6f49cf176921a681.zip |
Use MinGW-w64 by default
Diffstat (limited to 'archival/unzip.c')
-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 9b6ceb25f..1ef026a9f 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | #include "libbb.h" | 45 | #include "libbb.h" |
46 | #include "bb_archive.h" | 46 | #include "bb_archive.h" |
47 | #if ENABLE_PLATFORM_MINGW32 | 47 | #if ENABLE_PLATFORM_MINGW32 && __GNUC__ |
48 | #pragma pack(2) | 48 | #pragma pack(2) |
49 | #endif | 49 | #endif |
50 | 50 | ||