mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
include <wincrypt.h> as otherwise CertOpenSystemStoreW can not be found (#568)
- visual studio 2019, version 16.6.3 - 64 bit target
This commit is contained in:
parent
6ad25b6cf0
commit
2ce080c2cb
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ using ssize_t = int;
|
|||
#include <io.h>
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <wincrypt.h>
|
||||
|
||||
#ifndef WSA_FLAG_NO_HANDLE_INHERIT
|
||||
#define WSA_FLAG_NO_HANDLE_INHERIT 0x80
|
||||
|
|
Loading…
Reference in a new issue