From b414b69f5c37c254e743da52e63b8611196b4cf2 Mon Sep 17 00:00:00 2001 From: iDunk5400 Date: Thu, 18 Apr 2019 17:00:13 +0200 Subject: [PATCH] Windows: fix a build error in MSYS2 with boost 1.70.0 --- src/common/util.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/util.cpp b/src/common/util.cpp index 3388974ce..db5aa3052 100644 --- a/src/common/util.cpp +++ b/src/common/util.cpp @@ -69,6 +69,9 @@ using namespace epee; #include "net/http_client.h" // epee::net_utils::... #ifdef WIN32 +#ifndef STRSAFE_NO_DEPRECATE +#define STRSAFE_NO_DEPRECATE +#endif #include #include #include