mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user