Alexandre Julliard : include: Fix packing of the msacm structures.
Module: wine Branch: master Commit: 10b089abc88e8c78a08b898e52f83bd8deca5333 URL: http://source.winehq.org/git/wine.git/?a=commit;h=10b089abc88e8c78a08b898e52... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jan 9 17:46:36 2009 +0100 include: Fix packing of the msacm structures. --- include/msacm.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/msacm.h b/include/msacm.h index 8a2c8e7..c4da171 100644 --- a/include/msacm.h +++ b/include/msacm.h @@ -25,6 +25,8 @@ extern "C" { #endif /* defined(__cplusplus) */ +#include <pshpack1.h> + #define ACMAPI WINAPI /*********************************************************************** @@ -773,6 +775,8 @@ MMRESULT WINAPI acmStreamUnprepareHeader( HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwUnprepare ); +#include <poppack.h> + #ifdef __cplusplus } /* extern "C" */ #endif /* defined(__cplusplus) */
participants (1)
-
Alexandre Julliard