Piotr Caban : msvcp90: Correctly export collate<short> constructors.

Alexandre Julliard julliard at winehq.org
Tue Dec 20 13:43:26 CST 2011


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Tue Dec 20 15:57:34 2011 +0100

msvcp90: Correctly export collate<short> constructors.

---

 dlls/msvcp90/msvcp90.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dlls/msvcp90/msvcp90.spec b/dlls/msvcp90/msvcp90.spec
index 3c62462..687bacc 100644
--- a/dlls/msvcp90/msvcp90.spec
+++ b/dlls/msvcp90/msvcp90.spec
@@ -854,12 +854,12 @@
 @ cdecl -arch=win64 ??0?$collate at D@std@@QEAA at AEBV_Locinfo@1 at _K@Z(ptr ptr long) collate_char_ctor_locinfo
 @ thiscall -arch=win32 ??0?$collate at D@std@@QAE at I@Z(ptr long) collate_char_ctor_refs
 @ cdecl -arch=win64 ??0?$collate at D@std@@QEAA at _K@Z(ptr long) collate_char_ctor_refs
-@ thiscall -arch=win32 ??0?$collate at G@std@@IAE at PBDI@Z(ptr str long) collate_char_ctor_name
-@ cdecl -arch=win64 ??0?$collate at G@std@@IEAA at PEBD_K@Z(ptr str long) collate_char_ctor_name
-@ thiscall -arch=win32 ??0?$collate at G@std@@QAE at ABV_Locinfo@1 at I@Z(ptr ptr long) collate_char_ctor_locinfo
-@ cdecl -arch=win64 ??0?$collate at G@std@@QEAA at AEBV_Locinfo@1 at _K@Z(ptr ptr long) collate_char_ctor_locinfo
-@ thiscall -arch=win32 ??0?$collate at G@std@@QAE at I@Z(ptr long) collate_char_ctor_refs
-@ cdecl -arch=win64 ??0?$collate at G@std@@QEAA at _K@Z(ptr long) collate_char_ctor_refs
+@ thiscall -arch=win32 ??0?$collate at G@std@@IAE at PBDI@Z(ptr str long) collate_short_ctor_name
+@ cdecl -arch=win64 ??0?$collate at G@std@@IEAA at PEBD_K@Z(ptr str long) collate_short_ctor_name
+@ thiscall -arch=win32 ??0?$collate at G@std@@QAE at ABV_Locinfo@1 at I@Z(ptr ptr long) collate_short_ctor_locinfo
+@ cdecl -arch=win64 ??0?$collate at G@std@@QEAA at AEBV_Locinfo@1 at _K@Z(ptr ptr long) collate_short_ctor_locinfo
+@ thiscall -arch=win32 ??0?$collate at G@std@@QAE at I@Z(ptr long) collate_short_ctor_refs
+@ cdecl -arch=win64 ??0?$collate at G@std@@QEAA at _K@Z(ptr long) collate_short_ctor_refs
 @ thiscall -arch=win32 ??0?$collate at _W@std@@IAE at PBDI@Z(ptr str long) collate_wchar_ctor_name
 @ cdecl -arch=win64 ??0?$collate at _W@std@@IEAA at PEBD_K@Z(ptr str long) collate_wchar_ctor_name
 @ thiscall -arch=win32 ??0?$collate at _W@std@@QAE at ABV_Locinfo@1 at I@Z(ptr ptr long) collate_wchar_ctor_locinfo
@@ -1999,8 +1999,8 @@
 @ stub -arch=win64 ??_F?$codecvt at _WDH@std@@QEAAXXZ
 @ thiscall -arch=win32 ??_F?$collate at D@std@@QAEXXZ(ptr) collate_char_ctor
 @ cdecl -arch=win64 ??_F?$collate at D@std@@QEAAXXZ(ptr) collate_char_ctor
-@ thiscall -arch=win32 ??_F?$collate at G@std@@QAEXXZ(ptr) collate_char_ctor
-@ cdecl -arch=win64 ??_F?$collate at G@std@@QEAAXXZ(ptr) collate_char_ctor
+@ thiscall -arch=win32 ??_F?$collate at G@std@@QAEXXZ(ptr) collate_short_ctor
+@ cdecl -arch=win64 ??_F?$collate at G@std@@QEAAXXZ(ptr) collate_short_ctor
 @ thiscall -arch=win32 ??_F?$collate at _W@std@@QAEXXZ(ptr) collate_wchar_ctor
 @ cdecl -arch=win64 ??_F?$collate at _W@std@@QEAAXXZ(ptr) collate_wchar_ctor
 @ stub -arch=win32 ??_F?$complex at M@std@@QAEXXZ




More information about the wine-cvs mailing list