This commit is contained in:
Christian Tornqvist
2016-02-25 01:55:45 +00:00

View File

@@ -1710,8 +1710,7 @@ void os::win32::print_windows_version(outputStream* st) {
if (is_workstation) {
st->print("10");
} else {
// The server version name of Windows 10 is not known at this time
st->print("%d.%d", major_version, minor_version);
st->print("Server 2016");
}
break;