Piotr Caban : msvcp60: Don't forward _Lockit calls to msvcp90.

Alexandre Julliard julliard at winehq.org
Wed Jan 4 13:53:01 CST 2012


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Wed Jan  4 15:44:31 2012 +0100

msvcp60: Don't forward _Lockit calls to msvcp90.

---

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

diff --git a/dlls/msvcp60/msvcp60.spec b/dlls/msvcp60/msvcp60.spec
index f0a87ab..bbaee6f 100644
--- a/dlls/msvcp60/msvcp60.spec
+++ b/dlls/msvcp60/msvcp60.spec
@@ -827,8 +827,8 @@
 @ stub -arch=win64 ??0_Locinfo at std@@QEAA at HPEBD@Z  # don't forward to msvcp90
 @ stub -arch=win32 ??0_Locinfo at std@@QAE at PBD@Z  # don't forward to msvcp90
 @ stub -arch=win64 ??0_Locinfo at std@@QEAA at PEBD@Z  # don't forward to msvcp90
-@ thiscall -arch=win32 ??0_Lockit at std@@QAE at XZ(ptr) msvcp90.??0_Lockit at std@@QAE at XZ
-@ cdecl -arch=win64 ??0_Lockit at std@@QEAA at XZ(ptr) msvcp90.??0_Lockit at std@@QEAA at XZ
+@ thiscall -arch=win32 ??0_Lockit at std@@QAE at XZ(ptr) _Lockit_ctor
+@ cdecl -arch=win64 ??0_Lockit at std@@QEAA at XZ(ptr) _Lockit_ctor
 @ stub -arch=win32 ??0_Timevec at std@@QAE at ABV01@@Z  # don't forward to msvcp90
 @ stub -arch=win64 ??0_Timevec at std@@QEAA at AEBV01@@Z  # don't forward to msvcp90
 @ stub -arch=win32 ??0_Timevec at std@@QAE at PAX@Z  # don't forward to msvcp90
@@ -1039,8 +1039,8 @@
 @ stub -arch=win64 ??1Init at ios_base@std@@QEAA at XZ
 @ stub -arch=win32 ??1_Locinfo at std@@QAE at XZ  # don't forward to msvcp90
 @ stub -arch=win64 ??1_Locinfo at std@@QEAA at XZ  # don't forward to msvcp90
-@ thiscall -arch=win32 ??1_Lockit at std@@QAE at XZ(ptr) msvcp90.??1_Lockit at std@@QAE at XZ
-@ cdecl -arch=win64 ??1_Lockit at std@@QEAA at XZ(ptr) msvcp90.??1_Lockit at std@@QEAA at XZ
+@ thiscall -arch=win32 ??1_Lockit at std@@QAE at XZ(ptr) _Lockit_dtor
+@ cdecl -arch=win64 ??1_Lockit at std@@QEAA at XZ(ptr) _Lockit_dtor
 @ stub -arch=win32 ??1_Timevec at std@@QAE at XZ  # don't forward to msvcp90
 @ stub -arch=win64 ??1_Timevec at std@@QEAA at XZ  # don't forward to msvcp90
 @ stub -arch=win32 ??1_Winit at std@@QAE at XZ




More information about the wine-cvs mailing list