Francois Gouget : msvcrt: Point the set_new_handler() entrypoint to the right implementation.

Alexandre Julliard julliard at winehq.org
Fri Dec 12 07:04:23 CST 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec 12 10:23:47 2008 +0100

msvcrt: Point the set_new_handler() entrypoint to the right implementation.

---

 dlls/msvcrt/msvcrt.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec
index 78ad88c..7a9c654 100644
--- a/dlls/msvcrt/msvcrt.spec
+++ b/dlls/msvcrt/msvcrt.spec
@@ -45,7 +45,7 @@
 @ cdecl -i386 -norelay ?before at type_info@@QBEHABV1@@Z(ptr) __thiscall_MSVCRT_type_info_before
 @ cdecl -i386 -norelay ?name at type_info@@QBEPBDXZ() __thiscall_MSVCRT_type_info_name
 @ cdecl -i386 -norelay ?raw_name at type_info@@QBEPBDXZ() __thiscall_MSVCRT_type_info_raw_name
-@ cdecl ?set_new_handler@@YAP6AXXZP6AXXZ at Z(ptr) MSVCRT__set_new_handler
+@ cdecl ?set_new_handler@@YAP6AXXZP6AXXZ at Z(ptr) MSVCRT_set_new_handler
 @ cdecl ?set_terminate@@YAP6AXXZP6AXXZ at Z(ptr) MSVCRT_set_terminate
 @ cdecl ?set_unexpected@@YAP6AXXZP6AXXZ at Z(ptr) MSVCRT_set_unexpected
 @ cdecl ?terminate@@YAXXZ() MSVCRT_terminate




More information about the wine-cvs mailing list