Rename ZeroFreeMemoryUTF8 to ZeroFreeCoTaskMemUTF8 in ref (dotnet/coreclr#6561)
authortijoytom <tijoytom@users.noreply.github.com>
Tue, 2 Aug 2016 01:49:10 +0000 (18:49 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 2 Aug 2016 01:49:10 +0000 (18:49 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/309e00d273814e397530dd2ace3c8aa46335ab81

src/coreclr/src/mscorlib/ref/mscorlib.cs

index f44978e..8e9171d 100644 (file)
@@ -10333,7 +10333,7 @@ namespace System.Runtime.InteropServices
         public static void ZeroFreeGlobalAllocAnsi(System.IntPtr s) { }
         [System.Security.SecurityCriticalAttribute]
         public static void ZeroFreeGlobalAllocUnicode(System.IntPtr s) { }
-        public static void ZeroFreeMemoryUTF8(System.IntPtr s) { }
+        public static void ZeroFreeCoTaskMemUTF8(System.IntPtr s) { }
     }
     [System.AttributeUsageAttribute((System.AttributeTargets)(10496), Inherited=false)]
     [System.Runtime.InteropServices.ComVisibleAttribute(true)]