Piotr Caban : msvcp90: Export locale::facet vtable.

Alexandre Julliard julliard at winehq.org
Thu Jun 14 15:31:30 CDT 2012


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Thu Jun 14 15:36:04 2012 +0200

msvcp90: Export locale::facet vtable.

---

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

diff --git a/dlls/msvcp90/locale.c b/dlls/msvcp90/locale.c
index 55ec5aa..1d04bcb 100644
--- a/dlls/msvcp90/locale.c
+++ b/dlls/msvcp90/locale.c
@@ -202,6 +202,8 @@ static void locale_facet_register(locale_facet *add)
     list_add_head(&lazy_facets, &head->entry);
 }
 
+/* Not exported from msvcp90 */
+/* ??_7facet at locale@std@@6B@ */
 extern const vtable_ptr MSVCP_locale_facet_vtable;
 
 /* ??0id at locale@std@@QAE at I@Z */
diff --git a/dlls/msvcp90/msvcp90.spec b/dlls/msvcp90/msvcp90.spec
index a7014bf..6751118 100644
--- a/dlls/msvcp90/msvcp90.spec
+++ b/dlls/msvcp90/msvcp90.spec
@@ -5814,3 +5814,4 @@
 #Functions not exported in native dll:
 @ thiscall -arch=win32 ?_Tidy@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@AAEX_N at Z(ptr long) basic_string_char_tidy_built
 @ cdecl -arch=win64 ?_Tidy@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@AEAAX_N at Z(ptr long) basic_string_char_tidy_built
+@ extern ??_7facet at locale@std@@6B@ MSVCP_locale_facet_vtable




More information about the wine-cvs mailing list