1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: Set minimum build target to Windows 7

This commit is contained in:
Mounir IDRASSI
2023-08-20 09:59:47 +02:00
parent 0dc4754c63
commit fd0d2e3353

View File

@@ -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 */