From db80c0234236dc9beff60b4c47b5627dbfb99bd2 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 15 Sep 2015 01:26:30 +0200 Subject: Windows: Add option to explicitly support extended disk IOCTLs and disable this support by default. This will avoid having issue with software that doesn't handle correctly partial IOCTL_STORAGE_QUERY_PROPERTY support. --- src/Common/Apidrvr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Apidrvr.h') diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h index c49eafa9..d78e96db 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -334,5 +334,6 @@ typedef struct #define TC_DRIVER_CONFIG_CACHE_BOOT_PASSWORD_FOR_SYS_FAVORITES 0x2 #define TC_DRIVER_CONFIG_DISABLE_NONADMIN_SYS_FAVORITES_ACCESS 0x4 #define TC_DRIVER_CONFIG_DISABLE_HARDWARE_ENCRYPTION 0x8 +#define TC_DRIVER_CONFIG_ENABLE_EXTENDED_IOCTL 0x10 #endif /* _WIN32 */ -- cgit v1.2.3