Module: wine Branch: master Commit: 49c6e430d5a9742c5ea0b1dde3d3f5c7c984176a URL: http://source.winehq.org/git/wine.git/?a=commit;h=49c6e430d5a9742c5ea0b1dde3...
Author: Piotr Caban piotr@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@locale@std@@6B@ */ extern const vtable_ptr MSVCP_locale_facet_vtable;
/* ??0id@locale@std@@QAE@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@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z(ptr long) basic_string_char_tidy_built @ cdecl -arch=win64 ?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAAX_N@Z(ptr long) basic_string_char_tidy_built +@ extern ??_7facet@locale@std@@6B@ MSVCP_locale_facet_vtable