Skip to content

Commit

Permalink
Unify the IDataObject interface with the one in the BCL
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed May 28, 2022
1 parent 58d0684 commit d8662e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.Windows.CsWin32/Generator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public class Generator : IDisposable
internal static readonly Dictionary<string, TypeSyntax> BclInteropStructs = new Dictionary<string, TypeSyntax>(StringComparer.Ordinal)
{
{ nameof(System.Runtime.InteropServices.ComTypes.FILETIME), ParseTypeName("global::System.Runtime.InteropServices.ComTypes.FILETIME") },
{ nameof(System.Runtime.InteropServices.ComTypes.IDataObject), ParseTypeName("global::System.Runtime.InteropServices.ComTypes.IDataObject") },
{ nameof(Guid), ParseTypeName("global::System.Guid") },
{ "OLD_LARGE_INTEGER", PredefinedType(Token(SyntaxKind.LongKeyword)) },
{ "LARGE_INTEGER", PredefinedType(Token(SyntaxKind.LongKeyword)) },
Expand Down

0 comments on commit d8662e3

Please sign in to comment.