Author: dreimer
Date: Tue May 12 18:09:04 2015
New Revision: 67696
URL:
http://svn.reactos.org/svn/reactos?rev=67696&view=rev
Log:
[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!
Modified:
trunk/reactos/dll/win32/oleaut32/tmarshal.c
Modified: trunk/reactos/dll/win32/oleaut32/tmarshal.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/oleaut32/tmarsha…
==============================================================================
--- trunk/reactos/dll/win32/oleaut32/tmarshal.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/oleaut32/tmarshal.c [iso-8859-1] Tue May 12 18:09:04 2015
@@ -1714,7 +1714,9 @@
/* nrofargs including This */
int nrofargs = 1;
ITypeInfo *tinfo2;
+#ifdef __i386__
TMAsmProxy *xasm = proxy->asmstubs + num;
+#endif
HRESULT hres;
const FUNCDESC *fdesc;