mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
Win: Add dbghelp to the list of import libraries
This commit is contained in:
parent
17b322fa69
commit
8966207afd
@ -38,4 +38,5 @@ pub macro link {
|
|||||||
#[link(name = "ntdll")]
|
#[link(name = "ntdll")]
|
||||||
#[link(name = "userenv")]
|
#[link(name = "userenv")]
|
||||||
#[link(name = "ws2_32")]
|
#[link(name = "ws2_32")]
|
||||||
|
#[link(name = "dbghelp")] // required for backtrace-rs symbolization
|
||||||
extern "C" {}
|
extern "C" {}
|
||||||
|
Loading…
Reference in New Issue
Block a user