Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8966207

Browse files
committed
Win: Add dbghelp to the list of import libraries
1 parent 17b322f commit 8966207

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • library/windows_targets/src

library/windows_targets/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ pub macro link {
3838
#[link(name = "ntdll")]
3939
#[link(name = "userenv")]
4040
#[link(name = "ws2_32")]
41+
#[link(name = "dbghelp")] // required for backtrace-rs symbolization
4142
extern "C" {}

0 commit comments

Comments
 (0)