imagehlp: BindImageEx stub should report success.
This commit is contained in:
parent
a11c751463
commit
71971409c8
|
@ -53,8 +53,7 @@ BOOL WINAPI BindImageEx(
|
||||||
Flags, debugstr_a(ImageName), debugstr_a(DllPath),
|
Flags, debugstr_a(ImageName), debugstr_a(DllPath),
|
||||||
debugstr_a(SymbolPath), StatusRoutine
|
debugstr_a(SymbolPath), StatusRoutine
|
||||||
);
|
);
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
return TRUE;
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue