From 75b9583a6b66c09596f4c0a25188ba4d99ca34da Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Sun, 19 Dec 2021 03:13:28 +0000 Subject: openssl support --- NorthstarDedicatedTest/pch.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NorthstarDedicatedTest/pch.h') diff --git a/NorthstarDedicatedTest/pch.h b/NorthstarDedicatedTest/pch.h index e0e46352..c54fedf8 100644 --- a/NorthstarDedicatedTest/pch.h +++ b/NorthstarDedicatedTest/pch.h @@ -8,10 +8,15 @@ #define _WINSOCK_DEPRECATED_NO_WARNINGS // temp because i'm very lazy and want to use inet_addr, remove later #define RAPIDJSON_HAS_STDSTRING 1 +// httplib ssl +#define CPPHTTPLIB_OPENSSL_SUPPORT +#define OPENSSL_API_COMPAT 0x1010100fL + // add headers that you want to pre-compile here #include #include "logging.h" #include "include/MinHook.h" #include "spdlog/spdlog.h" +#include "hookutils.h" #endif \ No newline at end of file -- cgit v1.2.3