Merge branch 'master' into config-checks-ipv6
[mono.git] / mcs / class / corlib / Microsoft.Win32 / Win32ResultCode.cs
index ba69eb7d5a453234476e8db68ff98145aa8be453..57da53e296383148f925609e8d1f0949b953b39e 100644 (file)
@@ -30,7 +30,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !MOBILE
+#if WIN_PLATFORM || XAMMAC_4_5
 
 using System;
 using System.Runtime.InteropServices;
@@ -58,6 +58,7 @@ namespace Microsoft.Win32
                public const int NetworkPathNotFound = 53;
                public const int NoMoreEntries = 259;
                public const int MarkedForDeletion = 1018;
+               public const int ChildMustBeVolatile = 1021;
        }
 }