Merge pull request #2807 from akoeplinger/gchandle
[mono.git] / mcs / class / System / ReferenceSources / EnvironmentHelpers.cs
1
2 namespace System
3 {
4         internal static class EnvironmentHelpers
5         {
6                 internal static bool IsWindowsVistaOrAbove()
7                 {
8                         return true;
9                 }
10         }
11 }