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 | 5a3ff5b5a09d8445e5f3f51d198b8b7c3668473e (patch) | |
| tree | 594ce1329ed7bb7b674e2cf23b15472020046af7 /llvm/lib/Support | |
| parent | 4d5c297607e6db63b6f586ddd04477659adb6590 (diff) | |
| download | bcm5719-llvm-5a3ff5b5a09d8445e5f3f51d198b8b7c3668473e.tar.gz bcm5719-llvm-5a3ff5b5a09d8445e5f3f51d198b8b7c3668473e.zip | |
Make Win32's header file name lower for cross build on case-sensitive filesystem.
llvm-svn: 124864
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/Windows/PathV2.inc | 2 | ||||
| -rw-r--r-- | llvm/lib/Support/Windows/Windows.h | 4 | ||||
| -rw-r--r-- | llvm/lib/Support/Windows/system_error.inc | 4 |
3 files changed, 5 insertions, 5 deletions
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 <WinCrypt.h> +#include <wincrypt.h> #include <fcntl.h> #include <io.h> #include <sys/stat.h> 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 <Windows.h> -#include <ShlObj.h> +#include <windows.h> +#include <shlobj.h> #include <cassert> #include <string> 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 <Windows.h> -#include <WinError.h> +#include <windows.h> +#include <winerror.h> using namespace llvm; |

