]> git.ipfire.org Git - thirdparty/git.git/commit
msvc: fix detect_msys_tty()
authorJeff Hostetler <jeffhost@microsoft.com>
Wed, 19 Jun 2019 21:06:05 +0000 (14:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2019 21:03:05 +0000 (14:03 -0700)
commit5f3ff7808132a1a4edae9628b0861bd18db9a4d0
tree2923c17c804d8beb9ef9ead3989f9369f3bf40db
parentf6f470fed45760a9b1030c29edbaa91167d96adc
msvc: fix detect_msys_tty()

The ntstatus.h header is only available in MINGW.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/winansi.c