diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-08-20 09:59:47 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-08-20 09:59:47 +0200 |
commit | fd0d2e3353ede2ca1acaf0eca30822dc44995e0d (patch) | |
tree | b3d7ab04526cf16d956c82eaad57892e9c84419d | |
parent | 0dc4754c635ddc745bc0675f96672df60b25df6e (diff) | |
download | VeraCrypt-fd0d2e3353ede2ca1acaf0eca30822dc44995e0d.tar.gz VeraCrypt-fd0d2e3353ede2ca1acaf0eca30822dc44995e0d.zip |
Windows: Set minimum build target to Windows 7
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index ff67bc93..1b6189a3 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -344,7 +344,7 @@ extern BOOLEAN VC_KeAreAllApcsDisabled (VOID); #ifndef TC_LOCAL_WIN32_WINNT_OVERRIDE # undef _WIN32_WINNT -# define _WIN32_WINNT 0x0501 /* Does not apply to the driver */ +# define _WIN32_WINNT 0x0601 /* Does not apply to the driver */ #endif #include <windows.h> /* Windows header */ |