Detlef Riekenberg : msvcrt20: Forward more functions to msvcrt.dll.
Module: wine Branch: master Commit: 583f0f08ed8c1e4f8dce679db5256fdc4c142ada URL: http://source.winehq.org/git/wine.git/?a=commit;h=583f0f08ed8c1e4f8dce679db5... Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Fri Feb 26 17:00:57 2010 +0100 msvcrt20: Forward more functions to msvcrt.dll. --- dlls/msvcrt20/msvcrt20.spec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/msvcrt20/msvcrt20.spec b/dlls/msvcrt20/msvcrt20.spec index 56f961c..91e633c 100644 --- a/dlls/msvcrt20/msvcrt20.spec +++ b/dlls/msvcrt20/msvcrt20.spec @@ -225,7 +225,7 @@ @ stub ??_Gstrstream@@UAEPAXI(a)Z # @ stub ??_Gstrstreambuf@@UAEPAXI(a)Z # @ cdecl ?_query_new_handler@@YAP6AHI(a)ZXZ() msvcrt.?_query_new_handler@@YAP6AHI(a)ZXZ -@ cdecl ?_query_new_mode@@YAHXZ() msvcrt.?_query_new_mode@@YAHXZ +@ cdecl ?_query_new_mode@@YAHXZ() msvcrt.?_query_new_mode@@YAHXZ @ cdecl ?_set_new_handler@@YAP6AHI(a)ZP6AHI@Z(a)Z(ptr) msvcrt.?_set_new_handler@@YAP6AHI(a)ZP6AHI@Z(a)Z @ cdecl ?_set_new_mode@@YAHH(a)Z(long) msvcrt.?_set_new_mode@@YAHH(a)Z @ cdecl ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0(a)Z@Z(ptr) msvcrt.?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0(a)Z@Z @@ -436,7 +436,7 @@ @ stub ?xalloc(a)ios@@SAHXZ # @ stub ?xsgetn(a)streambuf@@UAEHPADH(a)Z # @ stub ?xsputn(a)streambuf@@UAEHPBDH(a)Z # -@ stub $I10_OUTPUT # +@ cdecl $I10_OUTPUT() msvcrt.$I10_OUTPUT @ cdecl -arch=i386 _CIacos() msvcrt._CIacos @ cdecl -arch=i386 _CIasin() msvcrt._CIasin @ cdecl -arch=i386 _CIatan() msvcrt._CIatan
participants (1)
-
Alexandre Julliard