Update-Installer/external/minizip
Robert Knight 4bcf379839 Fix minizip library compilation under OS X
Set the USE_FILE32API flag on Mac since fopen64()
and several related calls do not exist on that platform which
uses 64bit I/O in the standard file methods.

See http://stackoverflow.com/questions/4003479/how-to-enable-large-file-support-under-darwin
for details.
2011-08-22 14:19:07 +01:00
..
CMakeLists.txt Fix minizip library compilation under OS X 2011-08-22 14:19:07 +01:00
crypt.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
ioapi.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
ioapi.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
iowin32.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
iowin32.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
make_vms.com Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
Makefile Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
miniunz.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
minizip.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
MiniZip64_Changes.txt Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
MiniZip64_info.txt Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
mztools.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
mztools.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
unzip.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
unzip.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
zip.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
zip.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00