Windows: fix a build error in MSYS2 with boost 1.70.0

This commit is contained in:
iDunk5400 2019-04-18 17:00:13 +02:00
parent 7973fb6a69
commit b414b69f5c
No known key found for this signature in database
GPG Key ID: 0F1715596D812FD8
1 changed files with 3 additions and 0 deletions

View File

@ -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>