Dan Kegel : imagehlp: BindImageEx stub should report success.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 2 06:22:59 CDT 2007


Module: wine
Branch: master
Commit: 71971409c8489b1c52dda8ac3a2d46788a18d9b9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=71971409c8489b1c52dda8ac3a2d46788a18d9b9

Author: Dan Kegel <dank at kegel.com>
Date:   Sat Mar 31 06:20:15 2007 -0700

imagehlp: BindImageEx stub should report success.

---

 dlls/imagehlp/modify.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/imagehlp/modify.c b/dlls/imagehlp/modify.c
index a858ad9..47aa44c 100644
--- a/dlls/imagehlp/modify.c
+++ b/dlls/imagehlp/modify.c
@@ -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;
 }
 
 




More information about the wine-cvs mailing list