Jacek Caban : wine/asm.h: Introduce __ASM_USE_THISCALL_WRAPPER macro.

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


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

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

wine/asm.h: Introduce __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>

---

 include/wine/asm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/wine/asm.h b/include/wine/asm.h
index 2a4f06cb92..7165f47e96 100644
--- a/include/wine/asm.h
+++ b/include/wine/asm.h
@@ -102,6 +102,7 @@
 
 #if defined(__i386__) && !defined(__MINGW32__) && (!defined(_MSC_VER) || !defined(__clang__))
 
+#define __ASM_USE_THISCALL_WRAPPER
 # ifdef _MSC_VER
 #  define DEFINE_THISCALL_WRAPPER(func,args) \
     __declspec(naked) void __thiscall_##func(void) \




More information about the wine-cvs mailing list