mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +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" {
|
||||
#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…
Add table
Add a link
Reference in a new issue