VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tcdefs.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-08-20 09:59:47 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-08-20 09:59:47 +0200
commitfd0d2e3353ede2ca1acaf0eca30822dc44995e0d (patch)
treeb3d7ab04526cf16d956c82eaad57892e9c84419d /src/Common/Tcdefs.h
parent0dc4754c635ddc745bc0675f96672df60b25df6e (diff)
downloadVeraCrypt-fd0d2e3353ede2ca1acaf0eca30822dc44995e0d.tar.gz
VeraCrypt-fd0d2e3353ede2ca1acaf0eca30822dc44995e0d.zip
Windows: Set minimum build target to Windows 7
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r--src/Common/Tcdefs.h2
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 */