Win: Add dbghelp to the list of import libraries

This commit is contained in:
Chris Denton 2024-09-06 21:21:49 +00:00
parent 17b322fa69
commit 8966207afd
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE
1 changed files with 1 additions and 0 deletions

View File

@ -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" {}