From aa6c442cac0a89a5e1eee94fdb111022b4c4ffe7 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Mon, 27 Apr 2020 02:30:26 +0200 Subject: [PATCH] wine/asm.h: Introduce __ASM_USE_THISCALL_WRAPPER macro. Signed-off-by: Jacek Caban Signed-off-by: Piotr Caban Signed-off-by: Alexandre Julliard --- include/wine/asm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wine/asm.h b/include/wine/asm.h index 2a4f06cb92a..7165f47e96d 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) \