mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[USBCCGP]
* Do not include debug.h into the main header. CORE-7716 svn path=/trunk/; revision=61491
This commit is contained in:
parent
9cd89478ca
commit
0bfd04ab05
7 changed files with 18 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue