also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging
10 lines
146 B
C
10 lines
146 B
C
#pragma once
|
|
|
|
#define USB_KERNEL_IOCTL
|
|
#include "usbioctl.h"
|
|
#undef USB_KERNEL_IOCTL
|
|
|
|
#include "usb.h"
|
|
#include "usbdlib.h"
|
|
#include "usbbusif.h"
|