mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix the NDIS_RW_LOCK structure.
svn path=/trunk/; revision=17510
This commit is contained in:
parent
6ba28fd06e
commit
22432ceb48
1 changed files with 2 additions and 2 deletions
|
@ -251,9 +251,9 @@ typedef struct _NDIS_RW_LOCK {
|
|||
struct {
|
||||
KSPIN_LOCK SpinLock;
|
||||
PVOID Context;
|
||||
} s;
|
||||
};
|
||||
UCHAR Reserved[16];
|
||||
} u;
|
||||
};
|
||||
|
||||
NDIS_RW_LOCK_REFCOUNT RefCount[MAXIMUM_PROCESSORS];
|
||||
} NDIS_RW_LOCK, *PNDIS_RW_LOCK;
|
||||
|
|
Loading…
Reference in a new issue