mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Workaround for Mono not correctly implementing the OperatingSystemVersion class.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user