Skip to content

Commit 58b83aa

Browse files
committed
Require NT 6.1+, i.e. Windows 7 and Server 2008 R2
Enables CERT_CHAIN_ENGINE_CONFIG#hExclusiveRoot used by Boost.WinTLS. Icinga 2 already doesn't start on the original Server 2008.
1 parent 50ec736 commit 58b83aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/base/win32.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define WIN32_LEAN_AND_MEAN
77
#ifndef _WIN32_WINNT
8-
#define _WIN32_WINNT _WIN32_WINNT_VISTA
8+
#define _WIN32_WINNT _WIN32_WINNT_WIN7
99
#endif /* _WIN32_WINNT */
1010
#define NOMINMAX
1111
#include <winsock2.h>

0 commit comments

Comments
 (0)