Fix the NDIS_RW_LOCK structure.

svn path=/trunk/; revision=17510
This commit is contained in:
Filip Navara 2005-08-24 12:20:59 +00:00
parent 6ba28fd06e
commit 22432ceb48

View file

@ -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;