mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 03:24:45 +00:00
[JSCRIPT] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69952
This commit is contained in:
parent
5fdef02fc8
commit
fe1ce8948d
2 changed files with 2 additions and 2 deletions
|
@ -1636,7 +1636,7 @@ static HRESULT interp_delete_ident(exec_ctx_t *ctx)
|
||||||
hres = disp_delete(exprval.u.idref.disp, exprval.u.idref.id, &ret);
|
hres = disp_delete(exprval.u.idref.disp, exprval.u.idref.id, &ret);
|
||||||
IDispatch_Release(exprval.u.idref.disp);
|
IDispatch_Release(exprval.u.idref.disp);
|
||||||
if(FAILED(hres))
|
if(FAILED(hres))
|
||||||
return ret;
|
return hres;
|
||||||
break;
|
break;
|
||||||
case EXPRVAL_INVALID:
|
case EXPRVAL_INVALID:
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
|
|
|
@ -87,7 +87,7 @@ reactos/dll/win32/inseng # Synced to WineStaging-1.7.47
|
||||||
reactos/dll/win32/iphlpapi # Out of sync
|
reactos/dll/win32/iphlpapi # Out of sync
|
||||||
reactos/dll/win32/itircl # Synced to WineStaging-1.7.47
|
reactos/dll/win32/itircl # Synced to WineStaging-1.7.47
|
||||||
reactos/dll/win32/itss # Synced to WineStaging-1.7.47
|
reactos/dll/win32/itss # Synced to WineStaging-1.7.47
|
||||||
reactos/dll/win32/jscript # Synced to WineStaging-1.7.47
|
reactos/dll/win32/jscript # Synced to WineStaging-1.7.55
|
||||||
reactos/dll/win32/jsproxy # Synced to WineStaging-1.7.47
|
reactos/dll/win32/jsproxy # Synced to WineStaging-1.7.47
|
||||||
reactos/dll/win32/loadperf # Synced to WineStaging-1.7.47
|
reactos/dll/win32/loadperf # Synced to WineStaging-1.7.47
|
||||||
reactos/dll/win32/localspl # Synced to WineStaging-1.7.47
|
reactos/dll/win32/localspl # Synced to WineStaging-1.7.47
|
||||||
|
|
Loading…
Reference in a new issue