mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[WSCRIPT] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72358
This commit is contained in:
parent
7762de059c
commit
2b9948d14b
2 changed files with 5 additions and 3 deletions
|
@ -210,8 +210,10 @@ static HRESULT WINAPI Host_put_Interactive(IHost *iface, VARIANT_BOOL v)
|
|||
|
||||
static HRESULT WINAPI Host_Quit(IHost *iface, int ExitCode)
|
||||
{
|
||||
WINE_FIXME("(%d)\n", ExitCode);
|
||||
return E_NOTIMPL;
|
||||
FIXME("(%d) semi-stub: no script engine clean up\n", ExitCode);
|
||||
|
||||
ExitProcess(ExitCode);
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI Host_get_ScriptName(IHost *iface, BSTR *out_ScriptName)
|
||||
|
|
|
@ -233,7 +233,7 @@ reactos/base/applications/cmdutils/reg # Synced to WineStaging-1.9.11
|
|||
reactos/base/applications/cmdutils/schtasks # Synced to WineStaging-1.9.14
|
||||
reactos/base/applications/cmdutils/taskkill # Synced to WineStaging-1.9.11
|
||||
reactos/base/applications/cmdutils/wmic # Synced to WineStaging-1.9.11
|
||||
reactos/base/applications/cmdutils/wscript # Synced to WineStaging-1.9.11
|
||||
reactos/base/applications/cmdutils/wscript # Synced to WineStaging-1.9.16
|
||||
reactos/base/applications/cmdutils/xcopy # Synced to WineStaging-1.9.11
|
||||
reactos/base/applications/games/winmine # Synced to WineStaging-1.9.11 with our own resources.
|
||||
reactos/base/applications/extrac32 # Synced to WineStaging-1.9.11
|
||||
|
|
Loading…
Reference in a new issue