Another attempt to remove MSVC specific extensions (2)

This commit is contained in:
Antony Polukhin
2017-03-04 03:56:15 +03:00
parent e420e0a071
commit affbfef4b6
3 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,8 @@ project
lib dl : : <link>shared ;
lib gcc_s : : <link>shared ;
lib Dbghelp ;
lib Dbgeng ;
lib ole32 ;
local LIBBACKTRACE_PATH = [ modules.peek : LIBBACKTRACE_PATH ] ;
@@ -44,7 +45,7 @@ explicit libbacktrace ;
mp-run-simple has_addr2line.cpp : : : : addr2line ;
explicit addr2line ;
mp-run-simple has_windbg.cpp : : : : WinDbg ;
mp-run-simple has_windbg.cpp : : : <library>Dbgeng <library>ole32 : WinDbg ;
explicit WinDbg ;
lib boost_stacktrace_noop

View File

@@ -7,7 +7,7 @@
#include <cstring>
#include <windows.h>
#include "Dbgeng.h"
#include "dbgeng.h"
#pragma comment(lib, "ole32.lib")
#pragma comment(lib, "Dbgeng.lib")

View File

@@ -35,7 +35,7 @@
#endif
// Testing. Remove later
# define __uuidof(x) ::IID_ ## x
//# define __uuidof(x) ::IID_ ## x
namespace boost { namespace stacktrace { namespace detail {