1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-23 03:39:22 +03:00

v4.18-9570-rtm

This commit is contained in:
dnobori
2015-07-26 19:39:40 +09:00
parent 860f743dd7
commit 4b65e251f2
27 changed files with 53 additions and 53 deletions

View File

@ -200,11 +200,11 @@ char *OsTypeToStr(UINT type)
case OSTYPE_WINDOWS_10:
return "Windows 10\0\n";
case OSTYPE_WINDOWS_SERVER_10:
return "Windows Server 10\0\n";
return "Windows Server 2016\0\n";
case OSTYPE_WINDOWS_11:
return "Windows 11 or later\0\n";
return "Newer than Windows 10\0\n";
case OSTYPE_WINDOWS_SERVER_11:
return "Windows Server 11 or later\0\n";
return "Newer than Windows Server 2016\0\n";
case OSTYPE_UNIX_UNKNOWN:
return "UNIX System\0\n";
case OSTYPE_LINUX: