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/kmdf_fx2/inc | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'usb/kmdf_fx2/inc')
| -rw-r--r-- | usb/kmdf_fx2/inc/public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/kmdf_fx2/inc/public.h b/usb/kmdf_fx2/inc/public.h index 12ddf21f..f1fc6be3 100644 --- a/usb/kmdf_fx2/inc/public.h +++ b/usb/kmdf_fx2/inc/public.h @@ -119,7 +119,7 @@ typedef struct _SWITCH_STATE { #pragma warning(pop) #define IOCTL_INDEX 0x800 -#define FILE_DEVICE_OSRUSBFX2 0x65500 +#define FILE_DEVICE_OSRUSBFX2 65500U #define IOCTL_OSRUSBFX2_GET_CONFIG_DESCRIPTOR CTL_CODE(FILE_DEVICE_OSRUSBFX2, \ IOCTL_INDEX, \ |
