Windows: fix a build error in MSYS2 with boost 1.70.0
This commit is contained in:
parent
7973fb6a69
commit
b414b69f5c
|
@ -69,6 +69,9 @@ using namespace epee;
|
||||||
#include "net/http_client.h" // epee::net_utils::...
|
#include "net/http_client.h" // epee::net_utils::...
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
#ifndef STRSAFE_NO_DEPRECATE
|
||||||
|
#define STRSAFE_NO_DEPRECATE
|
||||||
|
#endif
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <shlobj.h>
|
#include <shlobj.h>
|
||||||
#include <strsafe.h>
|
#include <strsafe.h>
|
||||||
|
|
Loading…
Reference in New Issue