]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 7 Aug 2020 19:03:26 +0000 (12:03 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 7 Aug 2020 19:03:26 +0000 (12:03 -0700)
open-vm-tools/lib/include/guest_os.h

index e0143ef9eeb9a7624b823180e84dba666664a6e1..76c851e0ae6ba8326a9078255ac48ef9b8bf51ca 100644 (file)
@@ -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 */