mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[USBCCGP]
* Do not include debug.h into the main header. CORE-7716 svn path=/trunk/; revision=61491
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
|
||||
#include "usbccgp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
USBCCGP_GetDescriptor(
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
|
||||
#include "usbccgp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
FDO_QueryCapabilitiesCompletionRoutine(
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
|
||||
#include "usbccgp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
NTSTATUS
|
||||
USBCCGP_QueryInterface(
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
|
||||
#include "usbccgp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* Driver verifier */
|
||||
IO_COMPLETION_ROUTINE SyncForwardIrpCompletionRoutine;
|
||||
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
|
||||
#include "usbccgp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
NTSTATUS
|
||||
USBCCGP_PdoHandleQueryDeviceText(
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
|
||||
#include "usbccgp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* Driver verifier */
|
||||
DRIVER_ADD_DEVICE USBCCGP_AddDevice;
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
#define USBEHCI_H__
|
||||
|
||||
#include <ntddk.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <initguid.h>
|
||||
#include <hubbusif.h>
|
||||
#include <usbbusif.h>
|
||||
|
||||
Reference in New Issue
Block a user