1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-26 00:39:25 +03:00

Cedar, Mayaqua: Set minimum Windows version to Vista

This commit is contained in:
Davide Beatrici
2021-04-03 02:25:19 +02:00
parent a79f91161f
commit 5cab279a8c
31 changed files with 773 additions and 4535 deletions
+2 -2
View File
@@ -35,8 +35,8 @@
#undef StrCmp
#endif
//#define _WIN32_WINNT 0x0502
//#define WINVER 0x0502
#define _WIN32_WINNT 0x0600
#define WINVER 0x0600
#include <winsock2.h>
#include <windows.h>
#include <wincrypt.h>