mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +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 */
|
||||
int nrofargs = 1;
|
||||
ITypeInfo *tinfo2;
|
||||
#ifdef __i386__
|
||||
TMAsmProxy *xasm = proxy->asmstubs + num;
|
||||
#endif
|
||||
HRESULT hres;
|
||||
const FUNCDESC *fdesc;
|
||||
|
||||
|
|
Loading…
Reference in a new issue