projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- Get NE2000 driver to build on msvc/ddk.
[reactos.git]
/
reactos
/
w32api
/
include
/
ddk
/
ndis.h
diff --git
a/reactos/w32api/include/ddk/ndis.h
b/reactos/w32api/include/ddk/ndis.h
index
c6d6b32
..
76cd5d3
100644
(file)
--- a/
reactos/w32api/include/ddk/ndis.h
+++ b/
reactos/w32api/include/ddk/ndis.h
@@
-412,15
+412,15
@@
typedef struct _NDIS_PACKET {
struct {
UCHAR MiniportReserved[2 * sizeof(PVOID)];
UCHAR WrapperReserved[2 * sizeof(PVOID)];
struct {
UCHAR MiniportReserved[2 * sizeof(PVOID)];
UCHAR WrapperReserved[2 * sizeof(PVOID)];
- }
s1
;
+ };
struct {
UCHAR MiniportReservedEx[3 * sizeof(PVOID)];
UCHAR WrapperReservedEx[sizeof(PVOID)];
struct {
UCHAR MiniportReservedEx[3 * sizeof(PVOID)];
UCHAR WrapperReservedEx[sizeof(PVOID)];
- }
s2
;
+ };
struct {
UCHAR MacReserved[4 * sizeof(PVOID)];
struct {
UCHAR MacReserved[4 * sizeof(PVOID)];
- }
s3
;
- }
u
;
+ };
+ };
ULONG_PTR Reserved[2];
UCHAR ProtocolReserved[1];
} NDIS_PACKET, *PNDIS_PACKET, **PPNDIS_PACKET;
ULONG_PTR Reserved[2];
UCHAR ProtocolReserved[1];
} NDIS_PACKET, *PNDIS_PACKET, **PPNDIS_PACKET;