msvcp90: Export locale::facet vtable.
This commit is contained in:
parent
38c7a46c5e
commit
49c6e430d5
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue