Win: Add dbghelp to the list of import libraries
This commit is contained in:
parent
17b322fa69
commit
8966207afd
1 changed files with 1 additions and 0 deletions
|
@ -38,4 +38,5 @@ pub macro link {
|
|||
#[link(name = "ntdll")]
|
||||
#[link(name = "userenv")]
|
||||
#[link(name = "ws2_32")]
|
||||
#[link(name = "dbghelp")] // required for backtrace-rs symbolization
|
||||
extern "C" {}
|
||||
|
|
Loading…
Add table
Reference in a new issue