[libFuzzer] [Windows] Include windows.h and psapi.h with lowercase
authorMartin Storsjo <martin@martin.st>
Tue, 11 Sep 2018 19:11:54 +0000 (19:11 +0000)
committerMartin Storsjo <martin@martin.st>
Tue, 11 Sep 2018 19:11:54 +0000 (19:11 +0000)
commite199a2d434b10b5bffacf0043f2b1d835442c4e7
tree754cfef537f643a503319ecba59989979c1b7a4f
parent941615e4c8c6eb0300665360f53f8ac768179a13
[libFuzzer] [Windows] Include windows.h and psapi.h with lowercase

This fixes building on a case sensitive filesystem with mingw-w64
headers, where all headers are lowercase, and matches how these
headers are included elsewhere in compiler-rt.

Also include these headers with angle brackets, as they are system
headers.

Differential Revision: https://reviews.llvm.org/D51913

llvm-svn: 341983
compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsymWin.cpp
compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp