[llvm-commits] [llvm] r125171 - /llvm/trunk/lib/Support/Windows/Windows.h

Anton Korobeynikov anton at korobeynikov.info
Tue Feb 8 22:36:55 PST 2011


Hi Takumi,

> +// mingw-w64 tends to define it as 0x0502 in its headers.
> +#undef _WIN32_WINNT
> +
>  // Require at least Windows 2000 API.
>  #define _WIN32_WINNT 0x0500
>  #define _WIN32_IE    0x0500 // MinGW at it again.
Ok, now the question: why can't we have 0x0500 for mingw32 and 0x0502
for mingw64 here?

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list