From: John Wolfe Date: Fri, 7 Aug 2020 19:03:26 +0000 (-0700) Subject: common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aef7599dc3ea7468149be55d9ed5c3bbcb6061b;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 e0143ef9e..76c851e0a 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -494,9 +494,13 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define STR_OS_WIN_TEN "windows9" #define STR_OS_WIN_TEN_X64 "windows9-64" -/* THIS SPACE FOR RENT (Windows 10 official variant names) */ - #define STR_OS_WIN_TEN_GENERIC_FULL "Windows 10" +#define STR_OS_WIN_10_HOME_FULL "Windows 10 Home" +#define STR_OS_WIN_10_EDUCATION_FULL "Windows 10 Education" +#define STR_OS_WIN_10_ENTERPRISE_FULL "Windows 10 Enterprise" +#define STR_OS_WIN_10_PRO_WORKSTATION_FULL "Windows 10 Pro for Workstations" +#define STR_OS_WIN_10_PRO_FULL "Windows 10 Pro" +#define STR_OS_WIN_10_IOTCORE_FULL "Windows 10 IoT Core" /* Windows Server 2016 */