include: Include ntddndis.h in ndis.h.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ed3ed4d8ab
commit
d23a474f91
|
@ -21,6 +21,8 @@
|
|||
#ifndef _NDIS_
|
||||
#define _NDIS_
|
||||
|
||||
#include <ntddndis.h>
|
||||
|
||||
typedef ULONG NDIS_AF, *PNDIS_AF;
|
||||
typedef MDL NDIS_BUFFER, *PNDIS_BUFFER;
|
||||
typedef void *NDIS_HANDLE, *PNDIS_HANDLE, *PNDIS_PACKET_POOL;
|
||||
|
|
Loading…
Reference in New Issue