Commit bfafef4e authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

msvcp110: Add export for facet dtor.

parent 1ee74905
...@@ -517,9 +517,9 @@ ...@@ -517,9 +517,9 @@
@ cdecl -arch=arm ??1ctype_base@std@@UAA@XZ(ptr) ctype_base_dtor @ cdecl -arch=arm ??1ctype_base@std@@UAA@XZ(ptr) ctype_base_dtor
@ thiscall -arch=i386 ??1ctype_base@std@@UAE@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 @ cdecl -arch=win64 ??1ctype_base@std@@UEAA@XZ(ptr) ctype_base_dtor
@ stub -arch=arm ??1facet@locale@std@@MAA@XZ @ cdecl -arch=arm ??1facet@locale@std@@MAA@XZ(ptr) locale_facet_dtor
@ stub -arch=i386 ??1facet@locale@std@@MAE@XZ @ thiscall -arch=i386 ??1facet@locale@std@@MAE@XZ(ptr) locale_facet_dtor
@ stub -arch=win64 ??1facet@locale@std@@MEAA@XZ @ cdecl -arch=win64 ??1facet@locale@std@@MEAA@XZ(ptr) locale_facet_dtor
@ cdecl -arch=arm ??1ios_base@std@@UAA@XZ(ptr) ios_base_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 @ thiscall -arch=i386 ??1ios_base@std@@UAE@XZ(ptr) ios_base_dtor
@ cdecl -arch=win64 ??1ios_base@std@@UEAA@XZ(ptr) ios_base_dtor @ cdecl -arch=win64 ??1ios_base@std@@UEAA@XZ(ptr) ios_base_dtor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment