Commit 71971409 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

imagehlp: BindImageEx stub should report success.

parent a11c7514
......@@ -53,8 +53,7 @@ BOOL WINAPI BindImageEx(
Flags, debugstr_a(ImageName), debugstr_a(DllPath),
debugstr_a(SymbolPath), StatusRoutine
);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
return TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment