Piotr Caban : msvcp71: Forward basic_string::_Myptr functions to msvcp90.
Module: wine Branch: master Commit: c7636fe69b1f8de9fd7b4e27996674ff220ad389 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c7636fe69b1f8de9fd7b4e2799... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Tue Jul 3 16:53:23 2012 +0200 msvcp71: Forward basic_string::_Myptr functions to msvcp90. --- dlls/msvcp71/msvcp71.spec | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dlls/msvcp71/msvcp71.spec b/dlls/msvcp71/msvcp71.spec index 671950b..778b50f 100644 --- a/dlls/msvcp71/msvcp71.spec +++ b/dlls/msvcp71/msvcp71.spec @@ -2317,12 +2317,12 @@ @ stub -arch=win64 ?_Makpat@?$_Mpunct(a)G@std@@AEAAXAEAUpattern(a)money_base@2(a)III@Z @ stub -arch=win32 ?_Makpat@?$_Mpunct(a)_W@std@@AAEXAAUpattern(a)money_base@2(a)III@Z @ stub -arch=win64 ?_Makpat@?$_Mpunct(a)_W@std@@AEAAXAEAUpattern(a)money_base@2(a)III@Z -@ stub -arch=win32 ?_Myptr@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAEPADXZ -@ stub -arch=win32 ?_Myptr@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QBEPBDXZ -@ stub -arch=win32 ?_Myptr@?$basic_string(a)GU?$char_traits(a)G@std@@V?$allocator(a)G@2@@std@@QAEPAGXZ -@ stub -arch=win32 ?_Myptr@?$basic_string(a)GU?$char_traits(a)G@std@@V?$allocator(a)G@2@@std@@QBEPBGXZ -@ stub -arch=win32 ?_Myptr@?$basic_string(a)_WU?$char_traits(a)_W@std@@V?$allocator(a)_W@2@@std@@QAEPA_WXZ -@ stub -arch=win32 ?_Myptr@?$basic_string(a)_WU?$char_traits(a)_W@std@@V?$allocator(a)_W@2@@std@@QBEPB_WXZ +@ thiscall -arch=win32 ?_Myptr@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAEPADXZ(ptr) msvcp90.?_Myptr@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@IAEPADXZ +@ thiscall -arch=win32 ?_Myptr@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QBEPBDXZ(ptr) msvcp90.?_Myptr@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@IBEPBDXZ +@ thiscall -arch=win32 ?_Myptr@?$basic_string(a)GU?$char_traits(a)G@std@@V?$allocator(a)G@2@@std@@QAEPAGXZ(ptr) msvcp90.?_Myptr@?$basic_string(a)GU?$char_traits(a)G@std@@V?$allocator(a)G@2@@std@@IAEPAGXZ +@ thiscall -arch=win32 ?_Myptr@?$basic_string(a)GU?$char_traits(a)G@std@@V?$allocator(a)G@2@@std@@QBEPBGXZ(ptr) msvcp90.?_Myptr@?$basic_string(a)GU?$char_traits(a)G@std@@V?$allocator(a)G@2@@std@@IBEPBGXZ +@ thiscall -arch=win32 ?_Myptr@?$basic_string(a)_WU?$char_traits(a)_W@std@@V?$allocator(a)_W@2@@std@@QAEPA_WXZ(ptr) msvcp90.?_Myptr@?$basic_string(a)_WU?$char_traits(a)_W@std@@V?$allocator(a)_W@2@@std@@IAEPA_WXZ +@ thiscall -arch=win32 ?_Myptr@?$basic_string(a)_WU?$char_traits(a)_W@std@@V?$allocator(a)_W@2@@std@@QBEPB_WXZ(ptr) msvcp90.?_Myptr@?$basic_string(a)_WU?$char_traits(a)_W@std@@V?$allocator(a)_W@2@@std@@IBEPB_WXZ @ stub ?_Nanv@?$_Ctraits(a)M@std@@SAMM(a)Z @ stub ?_Nanv@?$_Ctraits(a)N@std@@SANN(a)Z @ stub ?_Nanv@?$_Ctraits(a)O@std@@SAOO(a)Z
participants (1)
-
Alexandre Julliard