include: Fix packing of the msacm structures.

oldstable
Alexandre Julliard 2009-01-09 17:46:36 +01:00
parent 2e0a7252e1
commit 10b089abc8
1 changed files with 4 additions and 0 deletions

View File

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