From: Daniel Reimer Date: Tue, 12 May 2015 18:09:04 +0000 (+0000) Subject: [OLEAUT32] X-Git-Tag: backups/colins-printing-for-freedom@73041~24^2~16 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=7511e4b024fef8e947fb91d3c73eaf589672ef0b [OLEAUT32] Wine guys... if you put all stuff which uses one local variable in a #ifdef __i386__, then god heaven... put that one in a #ifdef, too! Should be sent upstream! svn path=/trunk/; revision=67696 --- diff --git a/reactos/dll/win32/oleaut32/tmarshal.c b/reactos/dll/win32/oleaut32/tmarshal.c index 571ecaabaa3..13c3dfc8319 100644 --- a/reactos/dll/win32/oleaut32/tmarshal.c +++ b/reactos/dll/win32/oleaut32/tmarshal.c @@ -1714,7 +1714,9 @@ static HRESULT init_proxy_entry_point(TMProxyImpl *proxy, unsigned int num) /* nrofargs including This */ int nrofargs = 1; ITypeInfo *tinfo2; +#ifdef __i386__ TMAsmProxy *xasm = proxy->asmstubs + num; +#endif HRESULT hres; const FUNCDESC *fdesc;