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 headersmaint
commit
0e30958044
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue