Piotr Caban : msvcp: Remove typos in mangled names.

Alexandre Julliard julliard at winehq.org
Wed Feb 9 16:03:51 CST 2022


Module: wine
Branch: master
Commit: 4aed1c2074fbd3084a8bf181c93404f5f7614c68
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4aed1c2074fbd3084a8bf181c93404f5f7614c68

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Wed Feb  9 18:09:09 2022 +0100

msvcp: Remove typos in mangled names.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcp60/ios.c | 10 +++++-----
 dlls/msvcp90/ios.c | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dlls/msvcp60/ios.c b/dlls/msvcp60/ios.c
index 9637cbd7c4a..d74856e454f 100644
--- a/dlls/msvcp60/ios.c
+++ b/dlls/msvcp60/ios.c
@@ -523,11 +523,11 @@ DEFINE_RTTI_DATA0(basic_streambuf_wchar, 0,
 DEFINE_RTTI_DATA0(basic_streambuf_short, 0,
         ".?AV?$basic_streambuf at GU?$char_traits at G@std@@@std@@")
 DEFINE_RTTI_DATA1(basic_filebuf_char, 0, &basic_streambuf_char_rtti_base_descriptor,
-        ".?AV?$basic_filebuf at _WU?$char_traits at _W@std@@@std@@")
+        ".?AV?$basic_filebuf at DU?$char_traits at D@std@@@std@@")
 DEFINE_RTTI_DATA1(basic_filebuf_wchar, 0, &basic_streambuf_wchar_rtti_base_descriptor,
-        ".?AV?$basic_filebuf at GU?$char_traits at G@std@@@std@@")
+        ".?AV?$basic_filebuf at _WU?$char_traits at _W@std@@@std@@")
 DEFINE_RTTI_DATA1(basic_filebuf_short, 0, &basic_streambuf_short_rtti_base_descriptor,
-        ".?AV?$basic_filebuf at DU?$char_traits at D@std@@@std@@")
+        ".?AV?$basic_filebuf at GU?$char_traits at G@std@@@std@@")
 DEFINE_RTTI_DATA1(basic_stringbuf_char, 0, &basic_streambuf_char_rtti_base_descriptor,
         ".?AV?$basic_stringbuf at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@")
 DEFINE_RTTI_DATA1(basic_stringbuf_wchar, 0, &basic_streambuf_wchar_rtti_base_descriptor,
@@ -9576,8 +9576,8 @@ basic_istream_wchar* __thiscall basic_istream_wchar_read_long(basic_istream_wcha
                 IOS_LOCALE(basic_istream_wchar_get_basic_ios(this)->strbuf)));
 }
 
-/* ??5?$basic_istream at _WU?$char_traits at _W@std@@@std@@QAEAAV01 at AAJ@Z */
-/* ??5?$basic_istream at _WU?$char_traits at _W@std@@@std@@QEAAAEAV01 at AEAJ@Z */
+/* ??5?$basic_istream at GU?$char_traits at G@std@@@std@@QAEAAV01 at AAJ@Z */
+/* ??5?$basic_istream at GU?$char_traits at G@std@@@std@@QEAAAEAV01 at AEAJ@Z */
 DEFINE_THISCALL_WRAPPER(basic_istream_short_read_long, 8)
 basic_istream_wchar* __thiscall basic_istream_short_read_long(basic_istream_wchar *this, LONG *v)
 {
diff --git a/dlls/msvcp90/ios.c b/dlls/msvcp90/ios.c
index a4a8657e74f..aa4bdde09a7 100644
--- a/dlls/msvcp90/ios.c
+++ b/dlls/msvcp90/ios.c
@@ -612,11 +612,11 @@ DEFINE_RTTI_DATA0(basic_streambuf_wchar, 0,
 DEFINE_RTTI_DATA0(basic_streambuf_short, 0,
         ".?AV?$basic_streambuf at GU?$char_traits at G@std@@@std@@")
 DEFINE_RTTI_DATA1(basic_filebuf_char, 0, &basic_streambuf_char_rtti_base_descriptor,
-        ".?AV?$basic_filebuf at _WU?$char_traits at _W@std@@@std@@")
+        ".?AV?$basic_filebuf at DU?$char_traits at D@std@@@std@@")
 DEFINE_RTTI_DATA1(basic_filebuf_wchar, 0, &basic_streambuf_wchar_rtti_base_descriptor,
-        ".?AV?$basic_filebuf at GU?$char_traits at G@std@@@std@@")
+        ".?AV?$basic_filebuf at _WU?$char_traits at _W@std@@@std@@")
 DEFINE_RTTI_DATA1(basic_filebuf_short, 0, &basic_streambuf_short_rtti_base_descriptor,
-        ".?AV?$basic_filebuf at DU?$char_traits at D@std@@@std@@")
+        ".?AV?$basic_filebuf at GU?$char_traits at G@std@@@std@@")
 DEFINE_RTTI_DATA1(basic_stringbuf_char, 0, &basic_streambuf_char_rtti_base_descriptor,
         ".?AV?$basic_stringbuf at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@")
 DEFINE_RTTI_DATA1(basic_stringbuf_wchar, 0, &basic_streambuf_wchar_rtti_base_descriptor,
@@ -10653,8 +10653,8 @@ basic_istream_wchar* __thiscall basic_istream_wchar_read_long(basic_istream_wcha
                 IOS_LOCALE(basic_istream_wchar_get_basic_ios(this)->strbuf)));
 }
 
-/* ??5?$basic_istream at _WU?$char_traits at _W@std@@@std@@QAEAAV01 at AAJ@Z */
-/* ??5?$basic_istream at _WU?$char_traits at _W@std@@@std@@QEAAAEAV01 at AEAJ@Z */
+/* ??5?$basic_istream at GU?$char_traits at G@std@@@std@@QAEAAV01 at AAJ@Z */
+/* ??5?$basic_istream at GU?$char_traits at G@std@@@std@@QEAAAEAV01 at AEAJ@Z */
 DEFINE_THISCALL_WRAPPER(basic_istream_short_read_long, 8)
 basic_istream_wchar* __thiscall basic_istream_short_read_long(basic_istream_wchar *this, LONG *v)
 {




More information about the wine-cvs mailing list