mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Added tracing macro header files
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "ByteArray.h"
|
||||
#include "trace.h"
|
||||
#include "bytearray.tmh"
|
||||
|
||||
//
|
||||
// Helpers
|
||||
|
||||
@@ -25,6 +25,7 @@ SOFTWARE.
|
||||
|
||||
#include "busenum.h"
|
||||
#include <hidclass.h>
|
||||
#include "ds4.tmh"
|
||||
|
||||
NTSTATUS Ds4_PreparePdo(PWDFDEVICE_INIT DeviceInit, PUNICODE_STRING DeviceId, PUNICODE_STRING DeviceDescription)
|
||||
{
|
||||
|
||||
@@ -24,6 +24,7 @@ SOFTWARE.
|
||||
|
||||
|
||||
#include "busenum.h"
|
||||
#include "queue.tmh"
|
||||
|
||||
#ifdef ALLOC_PRAGMA
|
||||
#pragma alloc_text (PAGE, Bus_EvtIoDefault)
|
||||
|
||||
@@ -26,6 +26,7 @@ SOFTWARE.
|
||||
#include "busenum.h"
|
||||
#include <wdmsec.h>
|
||||
#include <usbioctl.h>
|
||||
#include "buspdo.tmh"
|
||||
|
||||
#ifdef ALLOC_PRAGMA
|
||||
#pragma alloc_text(PAGE, Bus_CreatePdo)
|
||||
|
||||
@@ -24,6 +24,7 @@ SOFTWARE.
|
||||
|
||||
|
||||
#include "busenum.h"
|
||||
#include "usbpdo.tmh"
|
||||
|
||||
|
||||
//
|
||||
|
||||
@@ -25,6 +25,7 @@ SOFTWARE.
|
||||
|
||||
#include <ntifs.h>
|
||||
#include "busenum.h"
|
||||
#include "util.tmh"
|
||||
|
||||
|
||||
VOID ReverseByteArray(PUCHAR Array, INT Length)
|
||||
|
||||
@@ -24,6 +24,7 @@ SOFTWARE.
|
||||
|
||||
|
||||
#include "busenum.h"
|
||||
#include "xgip.tmh"
|
||||
|
||||
NTSTATUS Xgip_PreparePdo(PWDFDEVICE_INIT DeviceInit, PUNICODE_STRING DeviceId, PUNICODE_STRING DeviceDescription)
|
||||
{
|
||||
|
||||
@@ -24,6 +24,7 @@ SOFTWARE.
|
||||
|
||||
|
||||
#include "busenum.h"
|
||||
#include "xusb.tmh"
|
||||
|
||||
NTSTATUS Xusb_PreparePdo(
|
||||
PWDFDEVICE_INIT DeviceInit,
|
||||
|
||||
Reference in New Issue
Block a user