]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Tue, 29 Nov 2022 20:11:43 +0000 (12:11 -0800)
committerKaty Feng <fkaty@vmware.com>
Tue, 29 Nov 2022 20:11:43 +0000 (12:11 -0800)
open-vm-tools/lib/include/vm_basic_defs.h

index 9d898027c961f77edf36fab442ddadd3e6867705..714b94317d2810e731dd16cea235b9a5d5ebdb7e 100644 (file)
@@ -741,6 +741,12 @@ typedef int pid_t;
 #define VMM_ONLY(x)
 #endif
 
+#ifdef VMX86_VMX
+#define vmx86_vmx 1
+#else
+#define vmx86_vmx 0
+#endif
+
 #ifdef VMM_BOOTSTRAP
 #define vmm_bootstrap 1
 #else