]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not directly applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Thu, 4 Feb 2021 17:57:03 +0000 (09:57 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Thu, 4 Feb 2021 17:57:03 +0000 (09:57 -0800)
open-vm-tools/lib/include/vm_basic_types.h

index 0d98bb1504198936dd246cf2e88bf669359153cf..ce4d5812cdeee8e6185c780f55706f340d0af053 100644 (file)
 #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