aboutsummaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-25 12:05:23 -0700
committerJunio C Hamano <gitster@pobox.com>2023-07-25 12:05:23 -0700
commit0e3095804499c2445b30bf7836a3ff34aae6fbc5 (patch)
tree417147c6e21dd6f571992ea8f235b38b5e45edf8 /compat
parentd4ce18536acbfebebe8007bcab4656922cdd12e8 (diff)
parent4a53d0d0bc1c04f012773d23e918ba45e96ddefb (diff)
downloadgit-0e3095804499c2445b30bf7836a3ff34aae6fbc5.tar.gz
Merge branch 'mh/mingw-case-sensitive-build'
Names of MinGW header files are spelled in mixed case in some source files, but the build host can be using case sensitive filesystem with header files with their name spelled in all lowercase. * mh/mingw-case-sensitive-build: mingw: use lowercase includes for some Windows headers
Diffstat (limited to 'compat')
-rw-r--r--compat/win32/trace2_win32_process_info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/win32/trace2_win32_process_info.c b/compat/win32/trace2_win32_process_info.c
index a2b1506f9c..3ef0936f6f 100644
--- a/compat/win32/trace2_win32_process_info.c
+++ b/compat/win32/trace2_win32_process_info.c
@@ -3,8 +3,8 @@
#include "../../repository.h"
#include "../../trace2.h"
#include "lazyload.h"
-#include <Psapi.h>
-#include <tlHelp32.h>
+#include <psapi.h>
+#include <tlhelp32.h>
/*
* An arbitrarily chosen value to limit the size of the ancestor