mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
[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:
@@ -12,7 +12,7 @@
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
||||
#include <BaseTsd.h>
|
||||
#include <basetsd.h>
|
||||
#include <io.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user