From: Martin Storsjo Date: Mon, 10 Sep 2018 20:28:06 +0000 (+0000) Subject: [Windows] Include BaseTsd.h with lowercase X-Git-Tag: llvmorg-8.0.0-rc1~9071 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dc896812423b7201492a116895df6c8c9601acf;p=platform%2Fupstream%2Fllvm.git [Windows] Include BaseTsd.h with lowercase This fixes building on a case sensitive filesystem with mingw-w64 headers, where all headers are lowercase. This header actually also is named with a lowercase name in the Windows SDK as well. Differential Revision: https://reviews.llvm.org/D51877 llvm-svn: 341857 --- diff --git a/compiler-rt/lib/profile/WindowsMMap.h b/compiler-rt/lib/profile/WindowsMMap.h index 271619a..ac2c911 100644 --- a/compiler-rt/lib/profile/WindowsMMap.h +++ b/compiler-rt/lib/profile/WindowsMMap.h @@ -12,7 +12,7 @@ #if defined(_WIN32) -#include +#include #include #include