mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.
No functional change intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3e5b78d859
commit
c2489e340e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user