mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
ntddndis.h must include OID definitions.
svn path=/trunk/; revision=4020
This commit is contained in:
parent
0349fbade9
commit
4e7b1eb14b
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
#ifndef __NTDDNDIS_H
|
#ifndef __NTDDNDIS_H
|
||||||
#define __NIDDNDIS_H
|
#define __NIDDNDIS_H
|
||||||
|
|
||||||
|
#include <net/ndisoid.h>
|
||||||
|
|
||||||
typedef enum _NDIS_DEVICE_POWER_STATE
|
typedef enum _NDIS_DEVICE_POWER_STATE
|
||||||
{
|
{
|
||||||
NdisDeviceStateUnspecified = 0,
|
NdisDeviceStateUnspecified = 0,
|
||||||
|
|
Loading…
Reference in a new issue