Fix compatibility with 7-zip/WinRAR (regression in SSZipArchive 2.0.0)

This commit is contained in:
Antoine Cœur
2017-07-24 19:40:49 +08:00
parent 9562f0a48e
commit c84f6e84e2
9 changed files with 25 additions and 53 deletions
+2 -2
View File
@@ -33,8 +33,8 @@
# define AES_HEADERSIZE (11)
# define AES_KEYSIZE(mode) (64 + (mode * 64))
# include "aes.h"
# include "fileenc.h"
# include "aes/aes.h"
# include "aes/fileenc.h"
#endif
#ifdef HAVE_APPLE_COMPRESSION
# include <compression.h>