From: Katy Feng Date: Mon, 13 Nov 2023 20:07:34 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8647f0cf7a15f1c3a06e903cb15e053871d23c36;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index 9f22e5120..480531e4d 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -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