Contains the definitions that enable or disable certain features in the ZipArchive Library.
Define it, if you use AES.
Define it, if you use the BZIP2 algorithm for compression.
Define it, if you want to use the bzip2 sources that come with the ZipArchive Library.
Active implementation of CZipFile class.
Define it, if you want to create seekable data.
Define it, if you want to use Unicode support for filenames and comments (WinZip compatible). This functionality is available in the Full Version only. Under Windows, this functionality requires Unicode compilation.
Define it, if you want to use custom Unicode support for filenames and comments provided by the ZipArchive Library. This functionality is available only under Windows and is deprecated. Requires Unicode compilation.
Define it, if you use Unicode and under Windows you decompress archives from systems that use different Unicode Normalization form for filenames (like OS X). This functionality is available only under Windows and requires Unicode compilation.
Define it, if you use the AES encryption in a multithreaded environment or archive sharing (CZipArchive::OpenFrom).
Define it, if you use ZIP64.
Default implementation of CZipFile class.
STL implementation of CZipFile class.
Windows API implementation of CZipFile class.