aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2015-03-05 13:03:40 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2015-03-24 11:56:38 -0700
commit90a48f851f1b8dd08fd91da8d0bdc430517fb856 (patch)
tree04bee94f298a5a6438169eca3c28088e18792b2e
parenta387c5e6192bb208731edfa8af164aa817cc14c1 (diff)
downloadllvm-90a48f851f1b8dd08fd91da8d0bdc430517fb856.tar.gz
[ndk] Rename Windows.h as windows.h
Cross compiler for windows may run on case-sensitive OS
-rw-r--r--unittests/Support/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/Path.cpp b/unittests/Support/Path.cpp
index 0d661c8ae6c..c19932e5319 100644
--- a/unittests/Support/Path.cpp
+++ b/unittests/Support/Path.cpp
@@ -16,7 +16,7 @@
#include "gtest/gtest.h"
#ifdef LLVM_ON_WIN32
-#include <Windows.h>
+#include <windows.h>
#include <winerror.h>
#endif