1
0
mirror of synced 2025-07-29 11:01:13 +03:00

Remove cryptui on Windows (#1710)

This commit is contained in:
Jiwoo Park
2023-11-12 11:26:57 +09:00
committed by GitHub
parent 97ae6733ed
commit 1d14e051a5
2 changed files with 0 additions and 2 deletions

View File

@ -247,7 +247,6 @@ using socket_t = int;
#ifdef _MSC_VER
#pragma comment(lib, "crypt32.lib")
#pragma comment(lib, "cryptui.lib")
#endif
#elif defined(CPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN) && defined(__APPLE__)
#include <TargetConditionals.h>