Skip to content

Commit

Permalink
Win: Add dbghelp to the list of import libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Sep 6, 2024
1 parent 17b322f commit 8966207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/windows_targets/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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" {}

0 comments on commit 8966207

Please sign in to comment.