Skip to content

Commit 69b5c48

Browse files
committed
Fix win7 signature
1 parent 5e05efa commit 69b5c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbolize/dbghelp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ unsafe fn resolve_legacy(
128128
addr: *mut c_void,
129129
_inline_context: Option<DWORD>,
130130
cb: &mut dyn FnMut(&super::Symbol),
131-
) {
131+
) -> Option<()> {
132132
let addr = super::adjust_ip(addr) as DWORD64;
133133
do_resolve(
134134
|info| dbghelp.SymFromAddrW()(GetCurrentProcess(), addr, &mut 0, info),

0 commit comments

Comments
 (0)