Jacek Caban : msvcp60: Use __ASM_USE_THISCALL_WRAPPER macro.

Alexandre Julliard julliard at winehq.org
Mon Apr 27 15:19:30 CDT 2020


Module: wine
Branch: master
Commit: 4e44edd209ef81a584d2d125d41b18e23141d200
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4e44edd209ef81a584d2d125d41b18e23141d200

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Apr 27 02:30:44 2020 +0200

msvcp60: Use __ASM_USE_THISCALL_WRAPPER macro.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcp60/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcp60/main.c b/dlls/msvcp60/main.c
index 450fd80133..d2bd9864d0 100644
--- a/dlls/msvcp60/main.c
+++ b/dlls/msvcp60/main.c
@@ -27,7 +27,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(msvcp);
 
-#if defined(__i386__) && !defined(__MINGW32__)
+#ifdef __ASM_USE_THISCALL_WRAPPER
 
 #define DEFINE_VTBL_WRAPPER(off)            \
     __ASM_GLOBAL_FUNC(vtbl_wrapper_ ## off, \




More information about the wine-cvs mailing list