Fixed TypeLoad error (#72) for PROPSPECunion.

pull/83/head
David Hall 2019-11-23 08:11:51 -07:00
parent e3602f5405
commit 42771630ad
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
using System;
using System.Runtime.InteropServices;
using System.Security;
using Vanara.InteropServices;
using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME;
namespace Vanara.PInvoke
@ -1133,7 +1134,7 @@ namespace Vanara.PInvoke
/// <para>Specifies the string name of the property as a null-terminated Unicode string.</para>
/// </summary>
[FieldOffset(0)]
public string lpwstr;
public StrPtrUni lpwstr;
}
}