diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /usb/ufxclientsample/device.c | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'usb/ufxclientsample/device.c')
| -rw-r--r-- | usb/ufxclientsample/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/ufxclientsample/device.c b/usb/ufxclientsample/device.c index 8bb12b52..3aa46c4c 100644 --- a/usb/ufxclientsample/device.c +++ b/usb/ufxclientsample/device.c @@ -536,7 +536,7 @@ Arguments: #pragma prefast(suppress:6014, "Memory allocation is expected") HardwareFailureContext = ExAllocatePoolWithTag( - NonPagedPool, + NonPagedPoolNx, sizeof(HARDWARE_FAILURE_CONTEXT), UFX_CLIENT_TAG); |
