mirror of
https://github.com/monero-project/monero.git
synced 2025-12-15 00:51:02 -08:00
Windows: fix a build error in MSYS2 with boost 1.70.0
This commit is contained in:
@@ -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 <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
Reference in New Issue
Block a user