From: John Wolfe Date: Tue, 27 Oct 2020 00:29:53 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b924451d819b646f2c25b873682c35937856dd1e;p=thirdparty%2Fopen-vm-tools.git Common header file change 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 e4bdc0639..cea89a144 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -695,8 +695,20 @@ typedef int pid_t; #ifdef ULM #define vmx86_ulm 1 #define ULM_ONLY(x) x +#ifdef ULM_MAC +#define ulm_mac 1 +#else +#define ulm_mac 0 +#endif +#ifdef ULM_WIN +#define ulm_win 1 +#else +#define ulm_win 0 +#endif #else #define vmx86_ulm 0 +#define ulm_mac 0 +#define ulm_win 0 #define ULM_ONLY(x) #endif