Changes to support VS2015

This commit is contained in:
Edward Hennis
2015-09-03 14:48:02 -04:00
committed by Vinnie Falco
parent 4e345b1c8a
commit 26fc812e21
6 changed files with 40 additions and 25 deletions

View File

@@ -26,6 +26,7 @@
#endif
//==============================================================================
#include <beast/module/core/native/BasicNativeHeaders.h>
#include <beast/module/core/core.h>
@@ -46,7 +47,10 @@
#include <ws2tcpip.h>
#if ! BEAST_MINGW
#pragma warning ( push )
#pragma warning ( disable: 4091 )
#include <Dbghelp.h>
#pragma warning ( pop )
#if ! BEAST_DONT_AUTOLINK_TO_WIN32_LIBRARIES
#pragma comment (lib, "DbgHelp.lib")