forked from OSchip/llvm-project
[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:
parent
4f780ea126
commit
6dc8968124
|
@ -12,7 +12,7 @@
|
|||
|
||||
#if defined(_WIN32)
|
||||
|
||||
#include <BaseTsd.h>
|
||||
#include <basetsd.h>
|
||||
#include <io.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue