Windows: fix a build error in MSYS2 with boost 1.70.0

pull/200/head
iDunk5400 5 years ago
parent 7973fb6a69
commit b414b69f5c
No known key found for this signature in database
GPG Key ID: 0F1715596D812FD8

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

Loading…
Cancel
Save