mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
make usb miniports not to use old header
svn path=/trunk/; revision=16278
This commit is contained in:
@@ -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
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user