Commit acd9c708 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

include: Define some types before including ntddndis.h.

Note that Windows only defines some types before the include (specifically, NDIS_STATUS, NDIS_HANDLE, NDIS_STRING). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50426Signed-off-by: 's avatarZebediah Figura <z.figura12@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 06a92a85
......@@ -21,8 +21,6 @@
#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;
......@@ -30,6 +28,8 @@ typedef ULONG NDIS_OID, *PNDIS_OID;
typedef int NDIS_STATUS, *PNDIS_STATUS;
typedef UNICODE_STRING NDIS_STRING, *PNDIS_STRING;
#include <ntddndis.h>
typedef enum _NDIS_REQUEST_TYPE
{
NdisRequestQueryInformation,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment