imagehlp: BindImageEx stub should report success.

This commit is contained in:
Dan Kegel 2007-03-31 06:20:15 -07:00 committed by Alexandre Julliard
parent a11c751463
commit 71971409c8

View file

@ -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;
}