From d5f1f3cecaf0812587ffb15016dcf806d3d95bfb Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 28 Aug 2006 20:20:03 +0000 Subject: [PATCH] Move the __ALIGNED attribute to the correct position in the definition of EX_PUSH_LOCK_WAIT_BLOCK svn path=/trunk/; revision=23761 --- reactos/include/ndk/extypes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/include/ndk/extypes.h b/reactos/include/ndk/extypes.h index 8656815f4fb..b94c5ee5c4c 100644 --- a/reactos/include/ndk/extypes.h +++ b/reactos/include/ndk/extypes.h @@ -422,8 +422,7 @@ typedef struct _EX_PUSH_LOCK // // Executive Pushlock Wait Block // -__ALIGNED(16) -typedef struct _EX_PUSH_LOCK_WAIT_BLOCK +typedef __ALIGNED(16) struct _EX_PUSH_LOCK_WAIT_BLOCK { union {