mingw: use lowercase includes for some Windows headers
commit4a53d0d0bc1c04f012773d23e918ba45e96ddefb
authorMike Hommey <mh@glandium.org>
Sun, 4 Jun 2023 21:19:34 +0000 (5 06:19 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jun 2023 19:31:52 +0000 (12 12:31 -0700)
tree10b26d3d6160fefe098398860c53e8c73f272255
parentfe86abd7511a9a6862d5706c6fa1d9b57a63ba09
mingw: use lowercase includes for some Windows headers

When cross-compiling with the mingw toolchain on a system with a case
sensitive filesystem, the mixed case (which is technically correct as
per the contents of MS Visual C++) doesn't work (the corresponding mingw
headers are all lowercase for some reason).

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/win32/trace2_win32_process_info.c
wrapper.c