From 6252b1628317776e36b674841aaed8bffb3f88f8 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Mon, 10 Apr 2017 13:57:03 -0700 Subject: [PATCH] Add back UnmanagedType.LPUTF8Str (#10859) --- src/mscorlib/shared/System/Runtime/InteropServices/UnmanagedType.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mscorlib/shared/System/Runtime/InteropServices/UnmanagedType.cs b/src/mscorlib/shared/System/Runtime/InteropServices/UnmanagedType.cs index 1b625b5..4deca7f 100644 --- a/src/mscorlib/shared/System/Runtime/InteropServices/UnmanagedType.cs +++ b/src/mscorlib/shared/System/Runtime/InteropServices/UnmanagedType.cs @@ -43,5 +43,6 @@ namespace System.Runtime.InteropServices Error = 0x2d, IInspectable = 0x2e, HString = 0x2f, // Windows Runtime HSTRING + LPUTF8Str = 0x30, // UTF8 string } } -- 2.7.4