]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Oct 2020 00:29:53 +0000 (17:29 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Oct 2020 00:29:53 +0000 (17:29 -0700)
open-vm-tools/lib/include/vm_basic_defs.h

index e4bdc0639710efa36c3eb9ab2a5d9330d218981d..cea89a1443e765502b3d6089744990307221f043 100644 (file)
@@ -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