Merge pull request #3522 from henricm/fix-csharp-compiler-path-windows
[mono.git] / mcs / class / corlib / ReferenceSources / CompatibilitySwitches.cs
index e21e6d04240dc02c793fc5e1de54c0b2758c933f..24ee1ee00f249ad9e06c1520a66961ab55447a02 100644 (file)
@@ -30,6 +30,7 @@ namespace System
 {
        static class CompatibilitySwitches
        {
-               public const bool IsAppEarlierThanSilverlight4 = false;
+               public static readonly bool IsAppEarlierThanSilverlight4 = false;
+               public static readonly bool IsAppEarlierThanWindowsPhone8 = false;
        }
 }
\ No newline at end of file