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

msvcrt: Use __ASM_USE_THISCALL_WRAPPER in cxx.h.

parent 05806e0e
......@@ -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
......
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