Skip to content

Commit

Permalink
undo [StructLayout.Pack = 8] removal at PROPVARIANT (#416)
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Luft <[email protected]>
  • Loading branch information
cuft and Pavel Luft authored Jul 11, 2023
1 parent dbca630 commit 53663f6
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 53663f6

Please sign in to comment.