From: Oliver Kurth Date: Fri, 9 Nov 2018 21:22:25 +0000 (-0800) Subject: Common header file change not applicable to open-vn-tools. X-Git-Tag: stable-11.0.0~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c4732f401add7666f5d01705e6bcca4a7a3581b;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vn-tools. --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 9f1c6384f..e69f5f424 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -211,6 +211,7 @@ extern "C" { GOKM("winServer2008StorageStandard-64", winLonghorn64Guest, FALSE) \ GOKM("winServer2008StorageWorkgroup-64", winLonghorn64Guest, FALSE) \ GOKM("winServer2008Web-64", winLonghorn64Guest, FALSE) \ + GOKM("windows2019srv-64", windows2019srv_64Guest, FALSE) \ GOKM("winVistaUltimate-32", winVistaGuest, FALSE) \ GOKM("winVistaHomePremium-32", winVistaGuest, FALSE) \ GOKM("winVistaHomeBasic-32", winVistaGuest, FALSE) \