X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fhave.h;h=96e35fd75fb5818bc92c1b5b61b4dd6431d53f88;hb=8c10a4131f19dc27b0bc56ef48ae481d1fa03cb0;hp=318d549f295eb897720e120cad3dece6c6415b30;hpb=0cd2953d4136a72ddb38b54054f63d497b0e5526;p=tinc diff --git a/src/have.h b/src/have.h index 318d549f..96e35fd7 100644 --- a/src/have.h +++ b/src/have.h @@ -4,7 +4,7 @@ /* have.h -- include headers which are known to exist Copyright (C) 1998-2005 Ivo Timmermans - 2003-2016 Guus Sliepen + 2003-2021 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,8 @@ */ #ifdef HAVE_MINGW -#define WINVER WindowsXP +#define WINVER 0x0600 +#define _WIN32_WINNT 0x0600 #define WIN32_LEAN_AND_MEAN #endif