]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
authorMinmin Gong <gongminmin@msn.com>
Tue, 19 May 2020 12:22:16 +0000 (05:22 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 12:22:16 +0000 (13:22 +0100)
commit711f9e180a48baba62301735b7f1a58ef0d0e93a
treefc5f1134d8fc9ba2003b751b90f3aed39c90b2f2
parent8c862e51248c5ebfec787badec88eb58c9267e1e
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)

This allows building with older versions of the Windows SDK where the value is not defined.
Misc/NEWS.d/next/Windows/2020-05-19-04-11-12.bpo-40677.qQbLW8.rst [new file with mode: 0644]
Modules/_stat.c