Add back UnmanagedType.LPUTF8Str (dotnet/coreclr#10859)
authorJan Kotas <jkotas@microsoft.com>
Mon, 10 Apr 2017 20:57:03 +0000 (13:57 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Apr 2017 20:57:03 +0000 (13:57 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/6252b1628317776e36b674841aaed8bffb3f88f8

src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/UnmanagedType.cs

index 1b625b5..4deca7f 100644 (file)
@@ -43,5 +43,6 @@ namespace System.Runtime.InteropServices
         Error = 0x2d,
         IInspectable = 0x2e,
         HString = 0x2f,     // Windows Runtime HSTRING
+        LPUTF8Str = 0x30,   // UTF8 string
     }
 }