MSC_VER -> _MSC_VER

This commit is contained in:
Frank Denis
2025-04-22 11:33:14 +02:00
parent abd3612f43
commit 32de824a8d
@@ -15,7 +15,7 @@
#if defined(HAVE_ARMCRYPTO) && defined(__clang__) && defined(NATIVE_LITTLE_ENDIAN)
#if !defined(MSC_VER) || _MSC_VER < 1800
#if !defined(_MSC_VER) || _MSC_VER < 1800
#define __vectorcall
#endif