include: Fix packing of the msacm structures.
This commit is contained in:
parent
2e0a7252e1
commit
10b089abc8
|
@ -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) */
|
||||
|
|
Loading…
Reference in New Issue