mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
[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
This commit is contained in:
parent
091319ab73
commit
7511e4b024
1 changed files with 2 additions and 0 deletions
|
@ -1714,7 +1714,9 @@ static HRESULT init_proxy_entry_point(TMProxyImpl *proxy, unsigned int num)
|
||||||
/* nrofargs including This */
|
/* nrofargs including This */
|
||||||
int nrofargs = 1;
|
int nrofargs = 1;
|
||||||
ITypeInfo *tinfo2;
|
ITypeInfo *tinfo2;
|
||||||
|
#ifdef __i386__
|
||||||
TMAsmProxy *xasm = proxy->asmstubs + num;
|
TMAsmProxy *xasm = proxy->asmstubs + num;
|
||||||
|
#endif
|
||||||
HRESULT hres;
|
HRESULT hres;
|
||||||
const FUNCDESC *fdesc;
|
const FUNCDESC *fdesc;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue