Files
git/compat
Johannes Schindelin 64b1c47b81 fixup! mingw: spawned processes need to inherit only standard handles
Let's make the code even more resilient: when `CreateProcess()` fails
with an ERROR_INVALID_PARAMETER on Windows 7, and we tried to restrict
handle inheritance, just fall back silently to inheriting all file
handles.

This is still not ideal, but at least it will avoid bug reports from
Windows 7 users. If we encounter problems on that Operating System
version which could potentially be solved by restricting the file handle
inheritance, we ("we" as in: "contributors with access to Windows 7" can
still try to come back and make the code work better on Windows 7.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2018-02-16 21:22:01 +01:00
..