gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/09: MSVC project: defaults to Vista+


From: gnunet
Subject: [libmicrohttpd] 02/09: MSVC project: defaults to Vista+
Date: Wed, 21 Jul 2021 22:25:21 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit f45803ab5b4472578b174b6ec00992c76cba1977
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Jul 21 21:18:05 2021 +0300

    MSVC project: defaults to Vista+
---
 w32/common/MHD_config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 0458ee10..7bbbc4f0 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -65,7 +65,7 @@
 
 #ifndef _WIN32_WINNT
 /* MHD supports Windows XP and later W32 systems*/
-#define _WIN32_WINNT 0x0501
+#define _WIN32_WINNT 0x0600
 #endif /* _WIN32_WINNT */
 
 /* winsock poll is available only on Vista and later */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]