From: Kruti Pendharkar Date: Wed, 6 Aug 2025 06:34:17 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf3f22ba2c5b73dcc79682e0da2f560dcc27c476;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/guest_os.h b/open-vm-tools/lib/include/guest_os.h index 5de1b6a51..7c1aa154c 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -101,6 +101,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define ALLWINNET64 BS(WINNET_64) #define ALLWINNET ALLWINNET32, ALLWINNET64 +// Windows Server 2008 #define ALLWINLONGHORN32 BS(LONGHORN) #define ALLWINLONGHORN64 BS(LONGHORN_64) #define ALLWINLONGHORN ALLWINLONGHORN32, ALLWINLONGHORN64 @@ -569,7 +570,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); /* Windows Server 2012 */ -#define STR_OS_WIN_EIGHTSERVER_X64 STR_OS_WINDOWS "8srv" STR_OS_64BIT_SUFFIX +#define STR_OS_WIN_EIGHTSERVER_X64 STR_OS_WINDOWS "8srv" STR_OS_64BIT_SUFFIX #define STR_OS_WIN_2012_FOUNDATION_FULL "Windows Server 2012%s Foundation Edition" #define STR_OS_WIN_2012_ESSENTIALS_FULL "Windows Server 2012%s Essentials Edition"