mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-24 05:13:07 +00:00
Try to fix issue from httplib
This commit is contained in:
parent
3476fd4565
commit
bf5c707a88
6
externals/httplib/httplib.h
vendored
6
externals/httplib/httplib.h
vendored
|
@ -245,6 +245,12 @@ using socket_t = int;
|
|||
#undef X509_EXTENSIONS
|
||||
#undef PKCS7_SIGNER_INFO
|
||||
|
||||
// libressl will warn without this, which becomes an error.
|
||||
#undef OCSP_REQUEST
|
||||
#undef OCSP_RESPONSE
|
||||
#undef PKCS7_ISSUER_AND_SERIAL
|
||||
#undef __WINCRYPT_H__
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "crypt32.lib")
|
||||
#pragma comment(lib, "cryptui.lib")
|
||||
|
|
Loading…
Reference in a new issue