Skip to content
Snippets Groups Projects
Commit df446b9c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

msvcrt: Use __ASM_USE_THISCALL_WRAPPER in cxx.h.

parent 05806e0e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment