From 22432ceb484fecf1dedfc218fa9b3f41bd0de6a9 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Wed, 24 Aug 2005 12:20:59 +0000 Subject: [PATCH] Fix the NDIS_RW_LOCK structure. svn path=/trunk/; revision=17510 --- reactos/w32api/include/ddk/ndis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/w32api/include/ddk/ndis.h b/reactos/w32api/include/ddk/ndis.h index fc69b9a63cf..c6d6b322ef7 100644 --- a/reactos/w32api/include/ddk/ndis.h +++ b/reactos/w32api/include/ddk/ndis.h @@ -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; -- 2.17.1