[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
This commit is contained in:
Martin Storsjo 2018-09-10 20:28:06 +00:00
parent 4f780ea126
commit 6dc8968124
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#if defined(_WIN32)
#include <BaseTsd.h>
#include <basetsd.h>
#include <io.h>
#include <sys/types.h>