aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Windows/PathV2.inc
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-04 12:53:04 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-04 12:53:04 +0000
commit6d600da7346bf898cfbe8f6030051f10d157fcd4 (patch)
tree77a61279919f70abeb212086a0b41eb67372b03f /lib/Support/Windows/PathV2.inc
parent325610bf779b97cf9b0dd9cae470b74fd3bd3944 (diff)
Make Win32's header file name lower for cross build on case-sensitive filesystem.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124864 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Windows/PathV2.inc')
-rw-r--r--lib/Support/Windows/PathV2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Windows/PathV2.inc b/lib/Support/Windows/PathV2.inc
index b36b291c39..8effb0c737 100644
--- a/lib/Support/Windows/PathV2.inc
+++ b/lib/Support/Windows/PathV2.inc
@@ -17,7 +17,7 @@
//===----------------------------------------------------------------------===//
#include "Windows.h"
-#include <WinCrypt.h>
+#include <wincrypt.h>
#include <fcntl.h>
#include <io.h>
#include <sys/stat.h>