Alexandre Julliard : include: Fix packing of the STRRET structure.
Module: wine Branch: master Commit: 2e0a7252e100127aad8076aa9a839b632d0ddebe URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e0a7252e100127aad8076aa9a... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jan 9 17:46:24 2009 +0100 include: Fix packing of the STRRET structure. --- include/shtypes.idl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/shtypes.idl b/include/shtypes.idl index eb4cb57..89e6bb0 100644 --- a/include/shtypes.idl +++ b/include/shtypes.idl @@ -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 */
participants (1)
-
Alexandre Julliard