msvcp60: 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:44 +02:00 committed by Alexandre Julliard
parent acc42a9c71
commit 4e44edd209
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(msvcp);
#if defined(__i386__) && !defined(__MINGW32__)
#ifdef __ASM_USE_THISCALL_WRAPPER
#define DEFINE_VTBL_WRAPPER(off) \
__ASM_GLOBAL_FUNC(vtbl_wrapper_ ## off, \