Author: weiden Date: Tue Aug 29 00:20:03 2006 New Revision: 23761
URL: http://svn.reactos.org/svn/reactos?rev=23761&view=rev Log: Move the __ALIGNED attribute to the correct position in the definition of EX_PUSH_LOCK_WAIT_BLOCK
Modified: trunk/reactos/include/ndk/extypes.h
Modified: trunk/reactos/include/ndk/extypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/extypes.h?rev=2... ============================================================================== --- trunk/reactos/include/ndk/extypes.h (original) +++ trunk/reactos/include/ndk/extypes.h Tue Aug 29 00:20:03 2006 @@ -422,8 +422,7 @@ // // Executive Pushlock Wait Block // -__ALIGNED(16) -typedef struct _EX_PUSH_LOCK_WAIT_BLOCK +typedef __ALIGNED(16) struct _EX_PUSH_LOCK_WAIT_BLOCK { union {