Since dcf0bf1f, one could no longer kill a GUI application launched from
unix shell (with start.exe /exec) with ctrl-c.
(depends on https://gitlab.winehq.org/wine/wine/-/merge_requests/3310
to be fully functional).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
--
v5: programs/cmd: Better handle ctrl-c events.
ntdll: Unconditionally forward console events to kernelbase.
kernel32/console: Add tests for GenerateConsoleCtrlEvent().
https://gitlab.winehq.org/wine/wine/-/merge_requests/3312
Since dcf0bf1f, one could no longer kill a GUI application launched from
unix shell (with start.exe /exec) with ctrl-c.
(depends on https://gitlab.winehq.org/wine/wine/-/merge_requests/3310
to be fully functional).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
--
v4: programs/cmd: Better handle ctrl-c events.
ntdll,server: Terminate GUI programs launched from unix shell.
kernel32/console: Add tests for GenerateConsoleCtrlEvent().
https://gitlab.winehq.org/wine/wine/-/merge_requests/3312
--
v3: dmsynth: Return DMUS_E_SYNTHNOTCONFIGURED when sink fails to activate.
dmsynth: Return S_FALSE if IDirectMusicSynth_Activate is no-op.
dmsynth: Forward IDirectMusicSynth_GetLatencyClock to the sink.
dmsynth: Implement latency IReferenceClock interface on the sink.
include: Use IReferenceClock interface from strmif.idl in dmusicc.h.
dmsynth: Simplify and cleanup class constructors.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3738