mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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 {
|
struct {
|
||||||
KSPIN_LOCK SpinLock;
|
KSPIN_LOCK SpinLock;
|
||||||
PVOID Context;
|
PVOID Context;
|
||||||
} s;
|
};
|
||||||
UCHAR Reserved[16];
|
UCHAR Reserved[16];
|
||||||
} u;
|
};
|
||||||
|
|
||||||
NDIS_RW_LOCK_REFCOUNT RefCount[MAXIMUM_PROCESSORS];
|
NDIS_RW_LOCK_REFCOUNT RefCount[MAXIMUM_PROCESSORS];
|
||||||
} NDIS_RW_LOCK, *PNDIS_RW_LOCK;
|
} NDIS_RW_LOCK, *PNDIS_RW_LOCK;
|
||||||
|
|
Loading…
Reference in a new issue