Piotr Caban : msvcp90: Removed no longer needed exports.

Alexandre Julliard julliard at winehq.org
Thu Oct 4 13:38:37 CDT 2012


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Thu Oct  4 13:13:22 2012 +0200

msvcp90: Removed no longer needed exports.

---

 dlls/msvcp90/msvcp90.spec |    2 --
 dlls/msvcp90/string.c     |   14 --------------
 2 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/dlls/msvcp90/msvcp90.spec b/dlls/msvcp90/msvcp90.spec
index 576541c..d99add4 100644
--- a/dlls/msvcp90/msvcp90.spec
+++ b/dlls/msvcp90/msvcp90.spec
@@ -5819,5 +5819,3 @@
 @ cdecl -arch=win64 ?facet_Register at facet@locale at std@@CAXPEAV123@@Z(ptr) locale_facet_register
 @ thiscall -arch=win32 ?_Register at facet@locale at std@@QAEXXZ(ptr) locale_facet__Register
 @ cdecl -arch=win64 ?_Register at facet@locale at std@@QEAAXXZ(ptr) locale_facet__Register
-@ stdcall basic_string_char_replace_helper(ptr long long ptr long)
-@ stdcall basic_string_wchar_replace_helper(ptr long long ptr long)
diff --git a/dlls/msvcp90/string.c b/dlls/msvcp90/string.c
index 73f0d4e..0ebf757 100644
--- a/dlls/msvcp90/string.c
+++ b/dlls/msvcp90/string.c
@@ -1991,13 +1991,6 @@ basic_string_char* __thiscall basic_string_char_replace_cstr_len(basic_string_ch
     return this;
 }
 
-/* Not exported from msvcp90 */
-basic_string_char* __stdcall basic_string_char_replace_helper(basic_string_char *this,
-        MSVCP_size_t off, MSVCP_size_t len, const char *str, MSVCP_size_t str_len)
-{
-    return basic_string_char_replace_cstr_len(this, off, len, str, str_len);
-}
-
 /* ?replace@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAEAAV12 at IIPBD@Z */
 /* ?replace@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QEAAAEAV12 at _K0PEBD@Z */
 DEFINE_THISCALL_WRAPPER(basic_string_char_replace_cstr, 16)
@@ -3950,13 +3943,6 @@ basic_string_wchar* __thiscall basic_string_wchar_replace_cstr_len(basic_string_
     return this;
 }
 
-/* Not exported from msvcp90 */
-basic_string_wchar* __stdcall basic_string_wchar_replace_helper(basic_string_wchar *this,
-        MSVCP_size_t off, MSVCP_size_t len, const wchar_t *str, MSVCP_size_t str_len)
-{
-    return basic_string_wchar_replace_cstr_len(this, off, len ,str, str_len);
-}
-
 /* ?replace@?$basic_string at _WU?$char_traits at _W@std@@V?$allocator at _W@2@@std@@QAEAAV12 at IIPB_W@Z */
 /* ?replace@?$basic_string at _WU?$char_traits at _W@std@@V?$allocator at _W@2@@std@@QEAAAEAV12 at _K0PEB_W@Z */
 /* ?replace@?$basic_string at GU?$char_traits at G@std@@V?$allocator at G@2@@std@@QAEAAV12 at IIPBG@Z */




More information about the wine-cvs mailing list