Alexandre Julliard : include: Fix packing of the msacm structures.

<julliard at winehq.org>

svn path=/trunk/; revision=39403
This commit is contained in:
Christoph von Wittich 2009-02-05 09:09:29 +00:00
parent ff0436a020
commit bb6f0157c3

View file

@ -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) */