mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-23 19:43:27 +01:00
Windows: Set minimum build target to Windows 7
This commit is contained in:
parent
0dc4754c63
commit
fd0d2e3353
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user