Fix the NDIS_RW_LOCK structure.
authorFilip Navara <filip.navara@gmail.com>
Wed, 24 Aug 2005 12:20:59 +0000 (12:20 +0000)
committerFilip Navara <filip.navara@gmail.com>
Wed, 24 Aug 2005 12:20:59 +0000 (12:20 +0000)
svn path=/trunk/; revision=17510

reactos/w32api/include/ddk/ndis.h

index fc69b9a..c6d6b32 100644 (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;