Commit 4e44edd2 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msvcp60: Use __ASM_USE_THISCALL_WRAPPER macro.

parent acc42a9c
......@@ -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, \
......
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