diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-23 03:49:11 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-23 03:49:11 +0000 |
| commit | 07097ddbc0e07a1c2b3bce2fb64c5e964da9779a (patch) | |
| tree | 9aa6080addba04544ca060f07c405f4bd59d8cd4 /lib | |
| parent | 3bde6fe0df05558b89e7edfe48ac05da59beb81a (diff) | |
| download | external_llvm-07097ddbc0e07a1c2b3bce2fb64c5e964da9779a.zip external_llvm-07097ddbc0e07a1c2b3bce2fb64c5e964da9779a.tar.gz external_llvm-07097ddbc0e07a1c2b3bce2fb64c5e964da9779a.tar.bz2 | |
lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enough for Windows XP.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138319 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Support/Windows/Windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Windows/Windows.h b/lib/Support/Windows/Windows.h index a6a425f..67b6f01 100644 --- a/lib/Support/Windows/Windows.h +++ b/lib/Support/Windows/Windows.h @@ -21,7 +21,7 @@ // Require at least Windows XP(5.1) API. #define _WIN32_WINNT 0x0501 -#define _WIN32_IE 0x0500 // MinGW at it again. +#define _WIN32_IE 0x0600 // MinGW at it again. #define WIN32_LEAN_AND_MEAN #include "llvm/Config/config.h" // Get build system configuration settings |
