mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[JSCRIPT] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69952
This commit is contained in:
@@ -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);
|
||||
IDispatch_Release(exprval.u.idref.disp);
|
||||
if(FAILED(hres))
|
||||
return ret;
|
||||
return hres;
|
||||
break;
|
||||
case EXPRVAL_INVALID:
|
||||
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/itircl # 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/loadperf # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/localspl # Synced to WineStaging-1.7.47
|
||||
|
||||
Reference in New Issue
Block a user