mshtml: Don't use WINAPI for assembly functions to avoid linker warnings on mingw.

This commit is contained in:
Jacek Caban 2011-12-06 11:09:40 +01:00 committed by Alexandre Julliard
parent 9749de29bc
commit 3284d17ec2
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ static HRESULT WINAPI wrapper_Release(IUnknown *iface)
#ifdef __i386__
#define DEFINE_WRAPPER_FUNC(n, off, x) \
HRESULT WINAPI wrapper_func_##n(IUnknown*); \
HRESULT wrapper_func_##n(IUnknown*); \
__ASM_GLOBAL_FUNC(wrapper_func_##n, \
"movl 4(%esp), %eax\n\t" \
"movl 4(%eax), %eax\n\t" \