fix #315 by removing the size_filename test.

latest minizip.
This commit is contained in:
Antoine Cœur
2017-09-30 01:42:17 +08:00
parent d6eea31fea
commit 6f0bb4e9b4
3 changed files with 114 additions and 100 deletions
+4
View File
@@ -42,9 +42,13 @@ INLINE int has_aes_ni(void)
#elif defined( __GNUC__ )
#include <cpuid.h>
#if !defined(__clang__)
#pragma GCC target ("ssse3")
#pragma GCC target ("sse4.1")
#pragma GCC target ("aes")
#endif
#include <x86intrin.h>
#define INLINE static __inline