(ssl + windows) missing include for CertOpenStore function

This commit is contained in:
Benjamin Sergeant
2021-03-24 08:03:56 -07:00
parent 0d7fb05567
commit 3add6d4c2e
4 changed files with 15 additions and 1 deletions

View File

@ -24,6 +24,11 @@
#endif
#define socketerrno errno
#ifdef _WIN32
// For manipulating the certificate store
#include <wincrypt.h>
#endif
#ifdef _WIN32
namespace
{