Commit 10b089ab authored by Alexandre Julliard's avatar Alexandre Julliard

include: Fix packing of the msacm structures.

parent 2e0a7252
......@@ -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) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment