Author: janderwald
Date: Thu Jun 18 12:03:40 2009
New Revision: 41444
URL:
http://svn.reactos.org/svn/reactos?rev=41444&view=rev
Log:
- mmreg uses for all structures contained byte-aligned packing
Modified:
trunk/reactos/include/psdk/mmreg.h
Modified: trunk/reactos/include/psdk/mmreg.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/mmreg.h?rev=4…
==============================================================================
--- trunk/reactos/include/psdk/mmreg.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/mmreg.h [iso-8859-1] Thu Jun 18 12:03:40 2009
@@ -20,6 +20,11 @@
#ifndef __WINE_MMREG_H
#define __WINE_MMREG_H
+
+#ifndef RC_INVOKED
+#include "pshpack1.h"
+#endif
+
/***********************************************************************
* Defines/Enums
@@ -509,4 +514,8 @@
#endif
+#ifndef RC_INVOKED
+#include "poppack.h"
+#endif
+
#endif /* __WINE_MMREG_H */