Added #416 to nullable

nullableenabled
David Hall 2023-07-17 10:14:25 -06:00
parent 01ccb93d0b
commit 06b02c0dd6
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public static partial class Ole32
/// The middle three members are reserved for future use.
/// </para>
/// </summary>
[StructLayout(LayoutKind.Explicit)]
[StructLayout(LayoutKind.Explicit, Pack = 8)]
public sealed class PROPVARIANT : ICloneable, IComparable, IComparable<PROPVARIANT>, IDisposable, IEquatable<PROPVARIANT>
{
/// <summary>Value type tag.</summary>