mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Move the __ALIGNED attribute to the correct position in the definition of EX_PUSH_LOCK_WAIT_BLOCK
svn path=/trunk/; revision=23761
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user