Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dahall/Vanara
Browse files Browse the repository at this point in the history
  • Loading branch information
dahall committed Aug 7, 2023
2 parents 0b69243 + 53663f6 commit 34a3019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PInvoke/Ole/Ole32/PropIdl.PROPVARIANT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public struct PACKEDMETA
/// 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>
Expand Down

0 comments on commit 34a3019

Please sign in to comment.