* Workaround for Mono not correctly implementing the OperatingSystemVersion class.

afrisby
Adam Frisby 2007-08-01 18:16:01 +00:00
parent cdd1285e9e
commit 948da1d6b8
1 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,7 @@ namespace OpenSim.Framework.Utilities
// Windows 2000 / Pre-SP2 XP
if (System.Environment.OSVersion.Version.Major == 5 && (
System.Environment.OSVersion.Version.Minor == 0 ||
System.Environment.OSVersion.ServicePack == "Service Pack 1"))
System.Environment.OSVersion.Version.Minor == 0))
{
reason = "Please update to Windows XP Service Pack 2 or Server2003";
return false;