]> 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>
Thu, 23 Feb 2023 19:27:13 +0000 (11:27 -0800)
committerKaty Feng <fkaty@vmware.com>
Thu, 23 Feb 2023 19:27:13 +0000 (11:27 -0800)
open-vm-tools/lib/include/vm_basic_defs.h

index e480cb3eaf6e00a6fd08ef7e11f05f6b50c5b341..8cdf74d90d93b0b81b79b81c1696923def7731dd 100644 (file)
@@ -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