summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/C/AesOpt.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/C/AesOpt.c')
-rw-r--r--3rdparty/lzma/C/AesOpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/lzma/C/AesOpt.c b/3rdparty/lzma/C/AesOpt.c
index 8234f0d1465..10a8fb25c51 100644
--- a/3rdparty/lzma/C/AesOpt.c
+++ b/3rdparty/lzma/C/AesOpt.c
@@ -6,7 +6,7 @@
#include "CpuArch.h"
#ifdef MY_CPU_X86_OR_AMD64
-#if _MSC_VER >= 1500 && !defined(__clang__)
+#if _MSC_VER >= 1500
#define USE_INTEL_AES
#endif
#endif