mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- mmreg uses for all structures contained byte-aligned packing
svn path=/trunk/; revision=41444
This commit is contained in:
parent
e2662e4df0
commit
70159651dc
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
|||
#ifndef __WINE_MMREG_H
|
||||
#define __WINE_MMREG_H
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
#include "pshpack1.h"
|
||||
#endif
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
* Defines/Enums
|
||||
*/
|
||||
|
@ -509,4 +514,8 @@ typedef struct tagEXBMINFOHEADER {
|
|||
|
||||
#endif
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
#include "poppack.h"
|
||||
#endif
|
||||
|
||||
#endif /* __WINE_MMREG_H */
|
||||
|
|
Loading…
Reference in a new issue