Module: wine Branch: master Commit: 05c082270763036e1223e9b81031a70be29e07a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=05c082270763036e1223e9b810... Author: Francois Gouget <fgouget(a)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(a)type_info@@QBEHABV1@@Z(ptr) __thiscall_MSVCRT_type_info_before @ cdecl -i386 -norelay ?name(a)type_info@@QBEPBDXZ() __thiscall_MSVCRT_type_info_name @ cdecl -i386 -norelay ?raw_name(a)type_info@@QBEPBDXZ() __thiscall_MSVCRT_type_info_raw_name -@ cdecl ?set_new_handler@@YAP6AXXZP6AXXZ(a)Z(ptr) MSVCRT__set_new_handler +@ cdecl ?set_new_handler@@YAP6AXXZP6AXXZ(a)Z(ptr) MSVCRT_set_new_handler @ cdecl ?set_terminate@@YAP6AXXZP6AXXZ(a)Z(ptr) MSVCRT_set_terminate @ cdecl ?set_unexpected@@YAP6AXXZP6AXXZ(a)Z(ptr) MSVCRT_set_unexpected @ cdecl ?terminate@@YAXXZ() MSVCRT_terminate