diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-04 12:53:04 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-04 12:53:04 +0000 |
commit | 6d600da7346bf898cfbe8f6030051f10d157fcd4 (patch) | |
tree | 77a61279919f70abeb212086a0b41eb67372b03f /lib/Support/Windows/system_error.inc | |
parent | 325610bf779b97cf9b0dd9cae470b74fd3bd3944 (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/system_error.inc')
-rw-r--r-- | lib/Support/Windows/system_error.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Support/Windows/system_error.inc b/lib/Support/Windows/system_error.inc index 64753d0eea..37ec81dd36 100644 --- a/lib/Support/Windows/system_error.inc +++ b/lib/Support/Windows/system_error.inc @@ -17,8 +17,8 @@ //=== is guaranteed to work on *all* Windows variants. //===----------------------------------------------------------------------===// -#include <Windows.h> -#include <WinError.h> +#include <windows.h> +#include <winerror.h> using namespace llvm; |