lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enough for...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 23 Aug 2011 03:49:11 +0000 (03:49 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 23 Aug 2011 03:49:11 +0000 (03:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138319 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Windows/Windows.h

index a6a425fdd12c6b421127a5784ff93de5470d8c32..67b6f015114fc0b5192cd1eec3cd33c6dd4e7499 100644 (file)
@@ -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