From: John Wolfe Date: Fri, 11 Dec 2020 03:34:56 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c38b77280bc273abc07dccdc46c01fd5b7386e18;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_types.h b/open-vm-tools/lib/include/vm_basic_types.h index 1eb06c2f7..b8c447853 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -146,6 +146,13 @@ #define vm_arm_64 0 #endif +#if defined(__APPLE__) && defined(VM_ARM_64) +#define VM_MAC_ARM +#define vm_mac_arm 1 +#else +#define vm_mac_arm 0 +#endif + #define vm_64bit (sizeof (void *) == 8) #ifdef _MSC_VER