Use lowercase windows.h for mingw cross compilation.

llvm-svn: 211604
This commit is contained in:
Logan Chien 2014-06-24 16:18:10 +00:00
parent 102ff69693
commit 733e3c6a58
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#define WIN32_LEAN_AND_MEAN
#define NOGDI
#define NOMINMAX
#include <Windows.h>
#include <windows.h>
#endif
using namespace clang::driver;