Add back UnmanagedType.LPUTF8Str (#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)
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
     }
 }