[ros-diffs] [janderwald] 41444: - mmreg uses for all structures contained byte-aligned packing

janderwald at svn.reactos.org janderwald at svn.reactos.org
Thu Jun 18 10:03:41 CEST 2009


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=41444&r1=41443&r2=41444&view=diff
==============================================================================
--- 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 */



More information about the Ros-diffs mailing list