ソースを参照

include <wincrypt.h> as otherwise CertOpenSystemStoreW can not be found (#568)

- visual studio 2019, version 16.6.3
- 64 bit target
Daniel Ottiger 5 年 前
コミット
2ce080c2cb
1 ファイル変更1 行追加0 行削除
  1. 1 0
      httplib.h

+ 1 - 0
httplib.h

@@ -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