From: Katy Feng Date: Thu, 23 Feb 2023 19:27:13 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e530a014e677213e5660106c75eddb72d151016b;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 e480cb3ea..8cdf74d90 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -682,6 +682,12 @@ typedef int pid_t; #define VMKERNEL_ONLY(x) #endif +#ifdef COMP_TEST +#define vmx86_test 1 +#else +#define vmx86_test 0 +#endif + /* * In MSVC, _WIN32 is defined as 1 when the compilation target is * 32-bit ARM, 64-bit ARM, x86, or x64 (which implies _WIN64). This