mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-21 17:32:15 +00:00
Another attempt to remove MSVC specific extensions (2)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#endif
|
||||
|
||||
// Testing. Remove later
|
||||
# define __uuidof(x) ::IID_ ## x
|
||||
//# define __uuidof(x) ::IID_ ## x
|
||||
|
||||
namespace boost { namespace stacktrace { namespace detail {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user