Commit acc42a9c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msvcirt: Use __ASM_USE_THISCALL_WRAPPER macro.

parent aa6c442c
......@@ -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, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment