Commit 2e0a7252 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Fix packing of the STRRET structure.

parent a69c86d3
......@@ -51,7 +51,7 @@ typedef enum tagSTRRET_TYPE
STRRET_CSTR = 2
} STRRET_TYPE;
cpp_quote("#include <pshpack4.h>")
cpp_quote("#include <pshpack8.h>")
typedef struct _STRRET
{
UINT uType; /* STRRET_xxx */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment