projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4749cc5
)
lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will not...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sat, 20 Aug 2011 06:35:31 +0000
(06:35 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sat, 20 Aug 2011 06:35:31 +0000
(06:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138198
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Windows/Windows.h
patch
|
blob
|
history
diff --git
a/lib/Support/Windows/Windows.h
b/lib/Support/Windows/Windows.h
index 4a1553b599d7530d726fee9e7a8f88d3e56f096c..a6a425fdd12c6b421127a5784ff93de5470d8c32 100644
(file)
--- a/
lib/Support/Windows/Windows.h
+++ b/
lib/Support/Windows/Windows.h
@@
-19,8
+19,8
@@
// mingw-w64 tends to define it as 0x0502 in its headers.
#undef _WIN32_WINNT
-// Require at least Windows
2000
API.
-#define _WIN32_WINNT 0x050
0
+// Require at least Windows
XP(5.1)
API.
+#define _WIN32_WINNT 0x050
1
#define _WIN32_IE 0x0500 // MinGW at it again.
#define WIN32_LEAN_AND_MEAN