mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Fix KSDATAFORMAT_WAVEFORMATEX & KSDATAFORMAT_DSOUND alignment
svn path=/trunk/; revision=39984
This commit is contained in:
parent
edb32a04eb
commit
53899ff4fa
1 changed files with 7 additions and 0 deletions
|
@ -300,6 +300,9 @@ DEFINE_GUIDSTRUCT("47A4FA20-A251-11D1-A050-0000F8004788", KSCATEGORY_WDMAUD_USE_
|
|||
*/
|
||||
|
||||
//#if defined(_INC_MMREG)
|
||||
#if !defined( PACK_PRAGMAS_NOT_SUPPORTED )
|
||||
#include <pshpack1.h>
|
||||
#endif
|
||||
typedef struct {
|
||||
KSDATAFORMAT DataFormat;
|
||||
WAVEFORMATEX WaveFormatEx;
|
||||
|
@ -316,6 +319,10 @@ typedef struct {
|
|||
KSDSOUND_BUFFERDESC BufferDesc;
|
||||
} KSDATAFORMAT_DSOUND, *PKSDATAFORMAT_DSOUND;
|
||||
|
||||
#if !defined( PACK_PRAGMAS_NOT_SUPPORTED )
|
||||
#include <poppack.h>
|
||||
#endif
|
||||
|
||||
//#endif
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue