]> git.eshelyaron.com Git - emacs.git/commit
(create_child): Add new parameter is_gui_app.
authorAndrew Innes <andrewi@gnu.org>
Mon, 11 Jun 2001 11:00:24 +0000 (11:00 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 11 Jun 2001 11:00:24 +0000 (11:00 +0000)
commita55a5f3c869451baf82d3b0065f90622f2b29820
treed424a4189a6faaca1f99db59e005279f0c5b3e5e
parent6eb51c108cfd0eec8bf67c73b3e902f0eda666db
(create_child): Add new parameter is_gui_app.
(w32_executable_type): Add new parameter is_gui_app.
(sys_spawnve): Use it.
(sys_kill): Fake ^C for SIGINT, and ^Break (if possible) for
SIGQUIT.  This matches better how the signals are interpreted by
MSVC compiled programs.
(syms_of_ntproc): Update docstring.
src/ChangeLog
src/w32proc.c