From a7fd103124d6e6a506d8f837b9a29a97f0ea7e63 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Sat, 6 Nov 2021 23:03:16 +0000 Subject: modmanager fixes --- NorthstarDedicatedTest/pch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NorthstarDedicatedTest/pch.h') diff --git a/NorthstarDedicatedTest/pch.h b/NorthstarDedicatedTest/pch.h index 19192f04..e0e46352 100644 --- a/NorthstarDedicatedTest/pch.h +++ b/NorthstarDedicatedTest/pch.h @@ -5,7 +5,8 @@ #define _CRT_SECURE_NO_WARNINGS #define RAPIDJSON_NOMEMBERITERATORCLASS // need this for rapidjson #define NOMINMAX // this too -#define _WINSOCK_DEPRECATED_NO_WARNINGS // temp because i'm very lazy and want to use inet_addr, remove later +#define _WINSOCK_DEPRECATED_NO_WARNINGS // temp because i'm very lazy and want to use inet_addr, remove later +#define RAPIDJSON_HAS_STDSTRING 1 // add headers that you want to pre-compile here #include -- cgit v1.2.3