Merge pull request #3622 from rolfbjarne/remove-stray-file
[mono.git] / mcs / class / corlib / Microsoft.Win32 / Win32ResultCode.cs
index ba69eb7d5a453234476e8db68ff98145aa8be453..4e8e85d0e85e8e77c050218454b158f705730613 100644 (file)
@@ -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;
        }
 }