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
No known key found for this signature in database
GPG Key ID: FC1B00364B3FE937

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