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

This commit is contained in:
Yifu Wang 2014-11-14 13:06:19 -08:00 committed by Alexandre Julliard
parent ec97e3fd57
commit e23bfdd831
2 changed files with 6 additions and 3 deletions

View File

@ -517,9 +517,9 @@
@ cdecl -arch=arm ??1ctype_base@std@@UAA@XZ(ptr) ctype_base_dtor
@ thiscall -arch=i386 ??1ctype_base@std@@UAE@XZ(ptr) ctype_base_dtor
@ cdecl -arch=win64 ??1ctype_base@std@@UEAA@XZ(ptr) ctype_base_dtor
@ stub -arch=arm ??1facet@locale@std@@MAA@XZ
@ stub -arch=i386 ??1facet@locale@std@@MAE@XZ
@ stub -arch=win64 ??1facet@locale@std@@MEAA@XZ
@ cdecl -arch=arm ??1facet@locale@std@@MAA@XZ(ptr) locale_facet_dtor
@ thiscall -arch=i386 ??1facet@locale@std@@MAE@XZ(ptr) locale_facet_dtor
@ cdecl -arch=win64 ??1facet@locale@std@@MEAA@XZ(ptr) locale_facet_dtor
@ cdecl -arch=arm ??1ios_base@std@@UAA@XZ(ptr) ios_base_dtor
@ thiscall -arch=i386 ??1ios_base@std@@UAE@XZ(ptr) ios_base_dtor
@ cdecl -arch=win64 ??1ios_base@std@@UEAA@XZ(ptr) ios_base_dtor

View File

@ -214,6 +214,9 @@ static void ostreambuf_iterator_wchar_put(ostreambuf_iterator_wchar *this, wchar
/* ??1facet@locale@std@@UAE@XZ */
/* ??1facet@locale@std@@UEAA@XZ */
/* ??1facet@locale@std@@MAA@XZ */
/* ??1facet@locale@std@@MAE@XZ */
/* ??1facet@locale@std@@MEAA@XZ */
DEFINE_THISCALL_WRAPPER(locale_facet_dtor, 4)
void __thiscall locale_facet_dtor(locale_facet *this)
{