mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Alexandre Julliard : include: Fix packing of the msacm structures.
<julliard at winehq.org> svn path=/trunk/; revision=39403
This commit is contained in:
parent
ff0436a020
commit
bb6f0157c3
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* defined(__cplusplus) */
|
#endif /* defined(__cplusplus) */
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
|
|
||||||
#define ACMAPI WINAPI
|
#define ACMAPI WINAPI
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
@ -773,6 +775,8 @@ MMRESULT WINAPI acmStreamUnprepareHeader(
|
||||||
HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwUnprepare
|
HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwUnprepare
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif /* defined(__cplusplus) */
|
#endif /* defined(__cplusplus) */
|
||||||
|
|
Loading…
Reference in a new issue