[OLEAUT32]
authorDaniel Reimer <reimer.daniel@freenet.de>
Tue, 12 May 2015 18:09:04 +0000 (18:09 +0000)
committerDaniel Reimer <reimer.daniel@freenet.de>
Tue, 12 May 2015 18:09:04 +0000 (18:09 +0000)
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

reactos/dll/win32/oleaut32/tmarshal.c

index 571ecaa..13c3dfc 100644 (file)
@@ -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;