[Bug 37977] Multiple applications using VBScript/JScript need scripting host 'WScript.Quit' implementation

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 8 07:33:27 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=37977

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |source

--- Comment #1 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, still present.

https://source.winehq.org/git/wine.git/blob/d6f527af14d0e9f9ea629024433e3735da439194:/programs/wscript/host.c#l225

--- snip ---
 225 static HRESULT WINAPI Host_Quit(IHost *iface, int ExitCode)
 226 {
 227     WINE_FIXME("(%d)\n", ExitCode);
 228     return E_NOTIMPL;
 229 }
--- snip ---

Correction to my initial comment: "intended behaviour" -> "unintended
behaviour" if it was not obvious ;-)

$ wine --version
wine-1.7.54-179-ga0d0d0d

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list