Module: wine Branch: master Commit: aa6c442cac0a89a5e1eee94fdb111022b4c4ffe7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=aa6c442cac0a89a5e1eee94fd...
Author: Jacek Caban jacek@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@codeweavers.com Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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) \