mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-05 16:37:12 +02:00
Update POCO to 1.11.0
This commit is contained in:
2
vendor/POCO/SevenZip/src/CpuArch.c
vendored
2
vendor/POCO/SevenZip/src/CpuArch.c
vendored
@ -5,7 +5,7 @@
|
||||
|
||||
#ifdef MY_CPU_X86_OR_AMD64
|
||||
|
||||
#if (defined(_MSC_VER) && !defined(MY_CPU_AMD64)) || defined(__GNUC__)
|
||||
#if (defined(_MSC_VER) && !defined(MY_CPU_AMD64)) || defined(__GNUC__) || defined(__clang__)
|
||||
#define USE_ASM
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user