From 5a3ff5b5a09d8445e5f3f51d198b8b7c3668473e Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 4 Feb 2011 12:53:04 +0000 Subject: Make Win32's header file name lower for cross build on case-sensitive filesystem. llvm-svn: 124864 --- llvm/lib/Support/Windows/PathV2.inc | 2 +- llvm/lib/Support/Windows/Windows.h | 4 ++-- llvm/lib/Support/Windows/system_error.inc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'llvm/lib/Support') diff --git a/llvm/lib/Support/Windows/PathV2.inc b/llvm/lib/Support/Windows/PathV2.inc index b36b291c395..8effb0c737d 100644 --- a/llvm/lib/Support/Windows/PathV2.inc +++ b/llvm/lib/Support/Windows/PathV2.inc @@ -17,7 +17,7 @@ //===----------------------------------------------------------------------===// #include "Windows.h" -#include +#include #include #include #include diff --git a/llvm/lib/Support/Windows/Windows.h b/llvm/lib/Support/Windows/Windows.h index 6e0b585b975..dfa4be3a154 100644 --- a/llvm/lib/Support/Windows/Windows.h +++ b/llvm/lib/Support/Windows/Windows.h @@ -22,8 +22,8 @@ #define WIN32_LEAN_AND_MEAN #include "llvm/Config/config.h" // Get build system configuration settings -#include -#include +#include +#include #include #include diff --git a/llvm/lib/Support/Windows/system_error.inc b/llvm/lib/Support/Windows/system_error.inc index 64753d0eea8..37ec81dd363 100644 --- a/llvm/lib/Support/Windows/system_error.inc +++ b/llvm/lib/Support/Windows/system_error.inc @@ -17,8 +17,8 @@ //=== is guaranteed to work on *all* Windows variants. //===----------------------------------------------------------------------===// -#include -#include +#include +#include using namespace llvm; -- cgit v1.2.3