From 445a206d48af292473427687fac922661b0dff76 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 12 Apr 2008 08:05:21 -0600 Subject: [PATCH] Author: Guido Serassio Windows port: Released name of Longhorn Server is Windows Server 2008 --- src/WinSvc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/WinSvc.cc diff --git a/src/WinSvc.cc b/src/WinSvc.cc old mode 100644 new mode 100755 index 4d49b94bc8..8f7a2ba942 --- a/src/WinSvc.cc +++ b/src/WinSvc.cc @@ -344,7 +344,7 @@ GetOSVersion() if (osvi.wProductType == VER_NT_WORKSTATION) WIN32_OS_string = xstrdup("Windows Vista"); else - WIN32_OS_string = xstrdup("Windows Server \"Longhorn\""); + WIN32_OS_string = xstrdup("Windows Server 2008"); return _WIN_OS_WINLON; } break; -- 2.47.3