]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Dec 2020 03:34:56 +0000 (19:34 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Dec 2020 03:34:56 +0000 (19:34 -0800)
open-vm-tools/lib/include/vm_basic_types.h

index 1eb06c2f7dba6d377f050c213a606109a4c14915..b8c4478532905b389876999c93f152d76b6dbf3d 100644 (file)
 #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