[PATCH] D74599: llvm: Set WINVER to 0x601 (Windows 7) for MinGW
Adrian McCarthy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 08:32:26 PST 2020
amccarth added a comment.
In D74599#1875984 <https://reviews.llvm.org/D74599#1875984>, @mstorsjo wrote:
> you could just as well make it Windows 7 (which is the documented minimum version).
The documented minimum version for CompareStringOrdinal is Vista per https://docs.microsoft.com/en-us/windows/win32/api/stringapiset/nf-stringapiset-comparestringordinal
Are you talking about the documented minimum version of something else?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74599/new/
https://reviews.llvm.org/D74599
More information about the llvm-commits
mailing list