]> 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>
Mon, 13 Nov 2023 20:07:34 +0000 (12:07 -0800)
committerKaty Feng <fkaty@vmware.com>
Mon, 13 Nov 2023 20:07:34 +0000 (12:07 -0800)
open-vm-tools/lib/include/vm_basic_defs.h

index 9f22e51208348475cc595983c6cc22b1f157d6f3..480531e4d987ee45077216df8f6f79c93b5f746b 100644 (file)
@@ -670,6 +670,12 @@ typedef int pid_t;
 #define HOSTED_ONLY(x) x
 #endif
 
+#ifdef VMX86_FDM
+#define vmx86_fdm 1
+#else
+#define vmx86_fdm 0
+#endif
+
 #ifdef VMX86_ESXIO
 #define vmx86_esxio      1
 #else