From: John Wolfe Date: Tue, 21 Dec 2021 20:48:50 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dce3b03c433e4ff77df5703e97519e3b32c9cf14;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index 133fc5a9a..d38d6886f 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -147,7 +147,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define ALLWIN_12_CLIENT64 BS(WIN_12_64), BS(WIN_12_ARM_64) #define ALLWIN_12_CLIENT ALLWIN_12_CLIENT64 -#define ALLWIN_12 ALLWIN_11_CLIENT64 +#define ALLWIN_12 ALLWIN_12_CLIENT64 #define ALLHYPER_V BS(HYPER_V)