summaryrefslogtreecommitdiff
path: root/UsbDk/UsbDkCompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'UsbDk/UsbDkCompat.h')
-rw-r--r--UsbDk/UsbDkCompat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/UsbDk/UsbDkCompat.h b/UsbDk/UsbDkCompat.h
index 1bd6433..885ce9e 100644
--- a/UsbDk/UsbDkCompat.h
+++ b/UsbDk/UsbDkCompat.h
@@ -54,4 +54,6 @@ typedef struct _WDF_USB_DEVICE_CREATE_CONFIG
NTSTATUS WdfUsbTargetDeviceCreateIsochUrb(WDFUSBDEVICE UsbDevice, PWDF_OBJECT_ATTRIBUTES Attributes, ULONG NumberOfIsochPackets,
WDFMEMORY* UrbMemory, PURB *Urb);
+#define _When_(expr, annotes) __allowed(on_parameter_or_return)
+
#endif