mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
make usb miniports not to use old header
svn path=/trunk/; revision=16278
This commit is contained in:
parent
2d4d9762bb
commit
068dd36e8b
3 changed files with 0 additions and 3 deletions
|
@ -26,7 +26,6 @@
|
|||
#include "stddef.h"
|
||||
#include "windef.h"
|
||||
//#include <ddk/miniport.h>
|
||||
#include <ddk/ntapi.h>
|
||||
|
||||
#ifdef DBG
|
||||
#define DPRINT(arg) DbgPrint arg;
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include "stddef.h"
|
||||
#include "windef.h"
|
||||
//#include <ddk/miniport.h>
|
||||
#include <ddk/ntapi.h>
|
||||
|
||||
#ifdef DBG
|
||||
#define DPRINT(arg) DbgPrint arg;
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include "stddef.h"
|
||||
#include "windef.h"
|
||||
//#include <ddk/miniport.h>
|
||||
#include <ddk/ntapi.h>
|
||||
|
||||
// Export funcs here
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue