msvcrt: Use __ASM_USE_THISCALL_WRAPPER in cxx.h.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
05806e0edb
commit
df446b9c21
|
@ -240,7 +240,7 @@ typedef struct
|
|||
|
||||
#endif
|
||||
|
||||
#if defined(__i386__) && !defined(__MINGW32__)
|
||||
#ifdef __ASM_USE_THISCALL_WRAPPER
|
||||
|
||||
#define CALL_VTBL_FUNC(this, off, ret, type, args) ((ret (WINAPI*)type)&vtbl_wrapper_##off)args
|
||||
|
||||
|
|
Loading…
Reference in New Issue