msvcirt: Use __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>
feature/deterministic
Jacek Caban 2020-04-27 02:30:36 +02:00 committed by Alexandre Julliard
parent aa6c442cac
commit acc42a9c71
1 changed files with 1 additions and 1 deletions

View File

@ -4459,7 +4459,7 @@ void __cdecl ios_sync_with_stdio(void)
}
#if defined(__i386__) && !defined(__MINGW32__)
#ifdef __ASM_USE_THISCALL_WRAPPER
#define DEFINE_VTBL_WRAPPER(off) \
__ASM_GLOBAL_FUNC(vtbl_wrapper_ ## off, \