Fix failures in starting subprocesses on Windows 7.
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 May 2012 08:40:31 +0000 (11:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 May 2012 08:40:31 +0000 (11:40 +0300)
commit0d887c7d51e28455da610a730f20631eaa0533b6
tree9760227a65e34f24a82ebf94ac4a6195535a503e
parentf677562b6c90b283d338725992d87a2770848560
Fix failures in starting subprocesses on Windows 7.

 src/w32proc.c (new_child): Force Windows to reserve only 64KB of
 stack for each reader_thread, instead of defaulting to 8MB
 determined by the linker.  This avoids failures in creating
 subprocesses on Windows 7, see the discussion in this thread:
 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
src/ChangeLog
src/w32proc.c