Alexandre Julliard : msvcp71: Fix argument types for some fstream constructors.

Alexandre Julliard julliard at winehq.org
Fri Feb 7 10:13:43 CST 2014


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Feb  7 11:44:45 2014 +0100

msvcp71: Fix argument types for some fstream constructors.

---

 dlls/msvcp71/msvcp71.spec |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/msvcp71/msvcp71.spec b/dlls/msvcp71/msvcp71.spec
index 8e21fb7..13fb5fe 100644
--- a/dlls/msvcp71/msvcp71.spec
+++ b/dlls/msvcp71/msvcp71.spec
@@ -548,14 +548,14 @@
 @ cdecl -arch=win64 ??0?$basic_fstream at DU?$char_traits at D@std@@@std@@QEAA at XZ(ptr long) basic_fstream_char_ctor
 @ thiscall -arch=win32 ??0?$basic_fstream at GU?$char_traits at G@std@@@std@@QAE at PAU_iobuf@@@Z(ptr ptr long) basic_fstream_short_ctor_file
 @ cdecl -arch=win64 ??0?$basic_fstream at GU?$char_traits at G@std@@@std@@QEAA at PEAU_iobuf@@@Z(ptr ptr long) basic_fstream_short_ctor_file
-@ thiscall -arch=win32 ??0?$basic_fstream at GU?$char_traits at G@std@@@std@@QAE at PBDHH@Z(ptr wstr long long long) basic_fstream_short_ctor_name
-@ cdecl -arch=win64 ??0?$basic_fstream at GU?$char_traits at G@std@@@std@@QEAA at PEBDHH@Z(ptr wstr long long long) basic_fstream_short_ctor_name
+@ thiscall -arch=win32 ??0?$basic_fstream at GU?$char_traits at G@std@@@std@@QAE at PBDHH@Z(ptr str long long long) basic_fstream_short_ctor_name
+@ cdecl -arch=win64 ??0?$basic_fstream at GU?$char_traits at G@std@@@std@@QEAA at PEBDHH@Z(ptr str long long long) basic_fstream_short_ctor_name
 @ thiscall -arch=win32 ??0?$basic_fstream at GU?$char_traits at G@std@@@std@@QAE at XZ(ptr long) basic_fstream_short_ctor
 @ cdecl -arch=win64 ??0?$basic_fstream at GU?$char_traits at G@std@@@std@@QEAA at XZ(ptr long) basic_fstream_short_ctor
 @ thiscall -arch=win32 ??0?$basic_fstream at _WU?$char_traits at _W@std@@@std@@QAE at PAU_iobuf@@@Z(ptr ptr long) basic_fstream_wchar_ctor_file
 @ cdecl -arch=win64 ??0?$basic_fstream at _WU?$char_traits at _W@std@@@std@@QEAA at PEAU_iobuf@@@Z(ptr ptr long) basic_fstream_wchar_ctor_file
-@ thiscall -arch=win32 ??0?$basic_fstream at _WU?$char_traits at _W@std@@@std@@QAE at PBDHH@Z(ptr wstr long long long) basic_fstream_wchar_ctor_name
-@ cdecl -arch=win64 ??0?$basic_fstream at _WU?$char_traits at _W@std@@@std@@QEAA at PEBDHH@Z(ptr wstr long long long) basic_fstream_wchar_ctor_name
+@ thiscall -arch=win32 ??0?$basic_fstream at _WU?$char_traits at _W@std@@@std@@QAE at PBDHH@Z(ptr str long long long) basic_fstream_wchar_ctor_name
+@ cdecl -arch=win64 ??0?$basic_fstream at _WU?$char_traits at _W@std@@@std@@QEAA at PEBDHH@Z(ptr str long long long) basic_fstream_wchar_ctor_name
 @ thiscall -arch=win32 ??0?$basic_fstream at _WU?$char_traits at _W@std@@@std@@QAE at XZ(ptr long) basic_fstream_wchar_ctor
 @ cdecl -arch=win64 ??0?$basic_fstream at _WU?$char_traits at _W@std@@@std@@QEAA at XZ(ptr long) basic_fstream_wchar_ctor
 @ thiscall -arch=win32 ??0?$basic_ifstream at DU?$char_traits at D@std@@@std@@QAE at PAU_iobuf@@@Z(ptr ptr long) basic_ifstream_char_ctor_file




More information about the wine-cvs mailing list