mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +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"
|
#include "usbccgp.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
USBCCGP_GetDescriptor(
|
USBCCGP_GetDescriptor(
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
#include "usbccgp.h"
|
#include "usbccgp.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
FDO_QueryCapabilitiesCompletionRoutine(
|
FDO_QueryCapabilitiesCompletionRoutine(
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
#include "usbccgp.h"
|
#include "usbccgp.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
USBCCGP_QueryInterface(
|
USBCCGP_QueryInterface(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
#include "usbccgp.h"
|
#include "usbccgp.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
/* Driver verifier */
|
/* Driver verifier */
|
||||||
IO_COMPLETION_ROUTINE SyncForwardIrpCompletionRoutine;
|
IO_COMPLETION_ROUTINE SyncForwardIrpCompletionRoutine;
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
#include "usbccgp.h"
|
#include "usbccgp.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
USBCCGP_PdoHandleQueryDeviceText(
|
USBCCGP_PdoHandleQueryDeviceText(
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
#include "usbccgp.h"
|
#include "usbccgp.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
/* Driver verifier */
|
/* Driver verifier */
|
||||||
DRIVER_ADD_DEVICE USBCCGP_AddDevice;
|
DRIVER_ADD_DEVICE USBCCGP_AddDevice;
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
#define USBEHCI_H__
|
#define USBEHCI_H__
|
||||||
|
|
||||||
#include <ntddk.h>
|
#include <ntddk.h>
|
||||||
#define NDEBUG
|
|
||||||
#include <debug.h>
|
|
||||||
#include <initguid.h>
|
#include <initguid.h>
|
||||||
#include <hubbusif.h>
|
#include <hubbusif.h>
|
||||||
#include <usbbusif.h>
|
#include <usbbusif.h>
|
||||||
|
|
Loading…
Reference in a new issue