mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
MSC_VER -> _MSC_VER
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user