Merge pull request #2034 from alexrp/ctx-cleanup
[mono.git] / mcs / class / corlib / System / Environment.cs
index fceac8012203fca4b5a89a2315c24c45235e0f95..d463fb1285854b57d6354ca64464e57a5a92d0c4 100644 (file)
@@ -57,7 +57,7 @@ namespace System {
                 * of icalls, do not require an increment.
                 */
 #pragma warning disable 169
-               private const int mono_corlib_version = 127;
+               private const int mono_corlib_version = 139;
 #pragma warning restore 169
 
                [ComVisible (true)]
@@ -549,8 +549,7 @@ namespace System {
                        return GetFolderPath (folder, SpecialFolderOption.None);
                }
 
-// for monotouch, not monotouch_runtime
-#if !(MONOTOUCH && FULL_AOT_RUNTIME)
+#if !MONOTOUCH
                [MethodImplAttribute (MethodImplOptions.InternalCall)]
                private extern static string GetWindowsFolderPath (int folder);