- mmreg uses for all structures contained byte-aligned packing

svn path=/trunk/; revision=41444
This commit is contained in:
Johannes Anderwald 2009-06-18 08:03:40 +00:00
parent e2662e4df0
commit 70159651dc

View file

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