Update Vlpp.h

This commit is contained in:
vczh
2022-09-28 02:00:48 -07:00
parent d0630ae646
commit 103ac4c2a5
+2 -2
View File
@@ -22,7 +22,7 @@ Licensed under https://github.com/vczh-libraries/License
#define new VCZH_CHECK_MEMORY_LEAKS_NEW
#endif
#if defined _WIN64 || defined __x86_64 || defined __LP64__ || defined __aarch64__
#if defined _WIN64 || defined __x86_64 || defined __LP64__ || defined __aarch64__ || defined _M_ARM64
#define VCZH_64
#endif
@@ -35,7 +35,7 @@ Licensed under https://github.com/vczh-libraries/License
#endif
#endif
#if defined __arm__ || defined __aarch64__
#if defined __arm__ || defined __aarch64__ || defined _M_ARM || defined _M_ARM64
#define VCZH_ARM
#endif