Fix the NDIS_RW_LOCK structure.
Modified: trunk/reactos/w32api/include/ddk/ndis.h
_____
Modified: trunk/reactos/w32api/include/ddk/ndis.h
--- trunk/reactos/w32api/include/ddk/ndis.h 2005-08-24 09:50:18 UTC
(rev 17509)
+++ trunk/reactos/w32api/include/ddk/ndis.h 2005-08-24 12:20:59 UTC
(rev 17510)
@@ -251,9 +251,9 @@
struct {
KSPIN_LOCK SpinLock;
PVOID Context;
- } s;
+ };
UCHAR Reserved[16];
- } u;
+ };
NDIS_RW_LOCK_REFCOUNT RefCount[MAXIMUM_PROCESSORS];
} NDIS_RW_LOCK, *PNDIS_RW_LOCK;
Show replies by date