mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[NDISUIO]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=62013
This commit is contained in:
parent
dacbff087d
commit
6353845cf6
1 changed files with 2 additions and 1 deletions
|
@ -4,10 +4,10 @@
|
|||
* FILE: ndisuio.h
|
||||
* PURPOSE: NDISUIO definitions
|
||||
*/
|
||||
|
||||
#ifndef __NDISUIO_H
|
||||
#define __NDISUIO_H
|
||||
|
||||
#include <wdm.h>
|
||||
#include <ndis.h>
|
||||
#include <nuiouser.h>
|
||||
|
||||
|
@ -207,4 +207,5 @@ NTSTATUS
|
|||
NTAPI
|
||||
NduDispatchWrite(PDEVICE_OBJECT DeviceObject,
|
||||
PIRP Irp);
|
||||
|
||||
#endif /* __NDISUIO_H */
|
||||
|
|
Loading…
Reference in a new issue