include: Fix packing of the STRRET structure.

This commit is contained in:
Alexandre Julliard 2009-01-09 17:46:24 +01:00
parent a69c86d3f5
commit 2e0a7252e1
1 changed files with 1 additions and 1 deletions

View File

@ -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 */