Daniel Lehman : msvcp110: Add export for facet dtor.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 1 09:06:23 CDT 2015


Module: wine
Branch: master
Commit: bfafef4e2ff8585def7717f021aa19abaddc4ff0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bfafef4e2ff8585def7717f021aa19abaddc4ff0

Author: Daniel Lehman <dlehman at esri.com>
Date:   Tue Jun 30 10:00:36 2015 -0700

msvcp110: Add export for facet dtor.

---

 dlls/msvcp110/msvcp110.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/msvcp110/msvcp110.spec b/dlls/msvcp110/msvcp110.spec
index 9ba3224..cc4d157 100644
--- a/dlls/msvcp110/msvcp110.spec
+++ b/dlls/msvcp110/msvcp110.spec
@@ -517,9 +517,9 @@
 @ cdecl -arch=arm ??1ctype_base at std@@UAA at XZ(ptr) ctype_base_dtor
 @ thiscall -arch=i386 ??1ctype_base at std@@UAE at XZ(ptr) ctype_base_dtor
 @ cdecl -arch=win64 ??1ctype_base at std@@UEAA at XZ(ptr) ctype_base_dtor
-@ stub -arch=arm ??1facet at locale@std@@MAA at XZ
-@ stub -arch=i386 ??1facet at locale@std@@MAE at XZ
-@ stub -arch=win64 ??1facet at locale@std@@MEAA at XZ
+@ cdecl -arch=arm ??1facet at locale@std@@MAA at XZ(ptr) locale_facet_dtor
+@ thiscall -arch=i386 ??1facet at locale@std@@MAE at XZ(ptr) locale_facet_dtor
+@ cdecl -arch=win64 ??1facet at locale@std@@MEAA at XZ(ptr) locale_facet_dtor
 @ cdecl -arch=arm ??1ios_base at std@@UAA at XZ(ptr) ios_base_dtor
 @ thiscall -arch=i386 ??1ios_base at std@@UAE at XZ(ptr) ios_base_dtor
 @ cdecl -arch=win64 ??1ios_base at std@@UEAA at XZ(ptr) ios_base_dtor




More information about the wine-cvs mailing list