From: John Wolfe Date: Thu, 4 Feb 2021 17:57:03 +0000 (-0800) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a44105dfc934aded80b38e4cb242daacc2bca5;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly 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 0d98bb150..ce4d5812c 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -152,6 +152,12 @@ #define vm_arm_any 0 #endif +#ifdef VM_X86_ANY +#define vm_x86_any 1 +#else +#define vm_x86_any 0 +#endif + #if defined(__APPLE__) && defined(VM_ARM_64) #define VM_MAC_ARM #define vm_mac_arm 1