mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +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:
parent
96ff7d566c
commit
d5f1f3ceca
1 changed files with 1 additions and 2 deletions
|
@ -422,8 +422,7 @@ typedef struct _EX_PUSH_LOCK
|
||||||
//
|
//
|
||||||
// Executive Pushlock Wait Block
|
// Executive Pushlock Wait Block
|
||||||
//
|
//
|
||||||
__ALIGNED(16)
|
typedef __ALIGNED(16) struct _EX_PUSH_LOCK_WAIT_BLOCK
|
||||||
typedef struct _EX_PUSH_LOCK_WAIT_BLOCK
|
|
||||||
{
|
{
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue