msvcp90: Export locale::facet_Register function.
This commit is contained in:
parent
49c6e430d5
commit
2c156eaeac
|
@ -190,7 +190,10 @@ typedef struct
|
|||
} facets_elem;
|
||||
static struct list lazy_facets = LIST_INIT(lazy_facets);
|
||||
|
||||
static void locale_facet_register(locale_facet *add)
|
||||
/* Not exported from msvcp90 */
|
||||
/* ?facet_Register@facet@locale@std@@CAXPAV123@@Z */
|
||||
/* ?facet_Register@facet@locale@std@@CAXPEAV123@@Z */
|
||||
void __cdecl locale_facet_register(locale_facet *add)
|
||||
{
|
||||
facets_elem *head = MSVCRT_operator_new(sizeof(*head));
|
||||
if(!head) {
|
||||
|
|
|
@ -5815,3 +5815,5 @@
|
|||
@ 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
|
||||
@ cdecl -arch=win32 ?facet_Register@facet@locale@std@@CAXPAV123@@Z(ptr) locale_facet_register
|
||||
@ cdecl -arch=win64 ?facet_Register@facet@locale@std@@CAXPEAV123@@Z(ptr) locale_facet_register
|
||||
|
|
Loading…
Reference in New Issue