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:
3e5b78d
)
Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.
author
Aaron Ballman
<aaron@aaronballman.com>
Mon, 3 Feb 2014 17:20:26 +0000
(17:20 +0000)
committer
Aaron Ballman
<aaron@aaronballman.com>
Mon, 3 Feb 2014 17:20:26 +0000
(17:20 +0000)
No functional change intended.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200704
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 1f3417d160a24cedbb038a35ee083f6a6dd9e784..5666de267d72efb2a8a81910ec3ddf4336ee8a31 100644
(file)
--- a/
lib/Support/Windows/Windows.h
+++ b/
lib/Support/Windows/Windows.h
@@
-18,6
+18,7
@@
// mingw-w64 tends to define it as 0x0502 in its headers.
#undef _WIN32_WINNT
+#undef _WIN32_IE
// Require at least Windows XP(5.1) API.
#define _WIN32_WINNT 0x0501