Skip to content

Commit 8e79c7a

Browse files
committed
fix: allow dbghelp.dll for PE targets
1 parent f97d3d6 commit 8e79c7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/devtools/symbol-check.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@
163163
'msvcrt.dll', # C standard library for MSVC
164164
'SHELL32.dll', # shell API
165165
'WS2_32.dll', # sockets
166-
'bcrypt.dll',
166+
'bcrypt.dll', # crypto API
167+
'dbghelp.dll', # debugging routines
167168
# bitcoin-qt only
168169
'dwmapi.dll', # desktop window manager
169170
'GDI32.dll', # graphics device interface

0 commit comments

Comments
 (0)