mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Fix the NDIS_RW_LOCK structure.
svn path=/trunk/; revision=17510
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user