mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[USBEHCI]
* Do not include debug.h into the main header. CORE-7716 svn path=/trunk/; revision=61321
This commit is contained in:
parent
a29379fc7c
commit
143d9ab570
5 changed files with 12 additions and 2 deletions
|
@ -10,6 +10,9 @@
|
|||
|
||||
#include "usbehci.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
typedef VOID __stdcall HD_INIT_CALLBACK(IN PVOID CallBackContext);
|
||||
|
||||
BOOLEAN
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
#include "usbehci.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
class CUSBQueue : public IEHCIQueue
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
#include "usbehci.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
class CUSBRequest : public IEHCIRequest
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
#include "usbehci.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
extern
|
||||
"C"
|
||||
NTSTATUS
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
#define INITGUID
|
||||
|
||||
#include <ntddk.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <hubbusif.h>
|
||||
#include <usbbusif.h>
|
||||
#include <usbioctl.h>
|
||||
|
|
Loading…
Reference in a new issue