Yifu Wang : msvcp120: Added std::locale::facet::~facet() export.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Nov 21 09:11:39 CST 2014


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

Author: Yifu Wang <ywang at esri.com>
Date:   Fri Nov 14 13:06:19 2014 -0800

msvcp120: Added std::locale::facet::~facet() export.

---

 dlls/msvcp120/msvcp120.spec | 6 +++---
 dlls/msvcp90/locale.c       | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dlls/msvcp120/msvcp120.spec b/dlls/msvcp120/msvcp120.spec
index 8ebdc80..422f0b6 100644
--- a/dlls/msvcp120/msvcp120.spec
+++ b/dlls/msvcp120/msvcp120.spec
@@ -517,9 +517,9 @@
 @ cdecl -arch=arm ??1ctype_base at std@@UAA at XZ(ptr) ctype_base_dtor
 @ thiscall -arch=i386 ??1ctype_base at std@@UAE at XZ(ptr) ctype_base_dtor
 @ cdecl -arch=win64 ??1ctype_base at std@@UEAA at XZ(ptr) ctype_base_dtor
-@ stub -arch=arm ??1facet at locale@std@@MAA at XZ
-@ stub -arch=i386 ??1facet at locale@std@@MAE at XZ
-@ stub -arch=win64 ??1facet at locale@std@@MEAA at XZ
+@ cdecl -arch=arm ??1facet at locale@std@@MAA at XZ(ptr) locale_facet_dtor
+@ thiscall -arch=i386 ??1facet at locale@std@@MAE at XZ(ptr) locale_facet_dtor
+@ cdecl -arch=win64 ??1facet at locale@std@@MEAA at XZ(ptr) locale_facet_dtor
 @ cdecl -arch=arm ??1ios_base at std@@UAA at XZ(ptr) ios_base_dtor
 @ thiscall -arch=i386 ??1ios_base at std@@UAE at XZ(ptr) ios_base_dtor
 @ cdecl -arch=win64 ??1ios_base at std@@UEAA at XZ(ptr) ios_base_dtor
diff --git a/dlls/msvcp90/locale.c b/dlls/msvcp90/locale.c
index 551a924d..097dad8 100644
--- a/dlls/msvcp90/locale.c
+++ b/dlls/msvcp90/locale.c
@@ -214,6 +214,9 @@ static void ostreambuf_iterator_wchar_put(ostreambuf_iterator_wchar *this, wchar
 
 /* ??1facet at locale@std@@UAE at XZ */
 /* ??1facet at locale@std@@UEAA at XZ */
+/* ??1facet at locale@std@@MAA at XZ */
+/* ??1facet at locale@std@@MAE at XZ */
+/* ??1facet at locale@std@@MEAA at XZ */
 DEFINE_THISCALL_WRAPPER(locale_facet_dtor, 4)
 void __thiscall locale_facet_dtor(locale_facet *this)
 {




More information about the wine-cvs mailing list