mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Windows: Set minimum build target to Windows 7
This commit is contained in:
@@ -344,7 +344,7 @@ extern BOOLEAN VC_KeAreAllApcsDisabled (VOID);
|
|||||||
|
|
||||||
#ifndef TC_LOCAL_WIN32_WINNT_OVERRIDE
|
#ifndef TC_LOCAL_WIN32_WINNT_OVERRIDE
|
||||||
# undef _WIN32_WINNT
|
# undef _WIN32_WINNT
|
||||||
# define _WIN32_WINNT 0x0501 /* Does not apply to the driver */
|
# define _WIN32_WINNT 0x0601 /* Does not apply to the driver */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <windows.h> /* Windows header */
|
#include <windows.h> /* Windows header */
|
||||||
|
|||||||
Reference in New Issue
Block a user