From: Oliver Kurth Date: Wed, 22 May 2019 20:09:37 +0000 (-0700) Subject: Change to common header file not directly applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c1e69708bc3bbdbf9dc66b039ab40f9767b29c1;p=thirdparty%2Fopen-vm-tools.git Change to common header file not directly 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 3d4394f7b..868dec686 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -526,7 +526,12 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); /* THIS SPACE FOR RENT (Windows 10 official server variant names) */ -#define STR_OS_WIN_TENSERVER_GENERIC_FULL "Windows Server 2016" +#define STR_OS_WIN_TENSERVER_2016_GENERIC_FULL "Windows Server 2016" +#define STR_OS_WIN_TENSERVER_2019_GENERIC_FULL "Windows Server 2019" + +/* Win 10 server versions are distinguished by major build number */ +#define WIN10SERVER2016_BUILD14393 14393 +#define WIN10SERVER2019_BUILD17763 17763 /* Microsoft Hyper-V */ #define STR_OS_HYPER_V "winHyperV"