]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 May 2020 12:39:06 +0000 (05:39 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 12:39:06 +0000 (05:39 -0700)
commit560d6436611900bc23d3dd1158acbe6fa39b2c9b
tree2044fcec7f29c2567fcc71a673c0181363b1fdd5
parentb5279c1ab80ea74a88fec6eaa9ee9f156eb0112f
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.
(cherry picked from commit 711f9e180a48baba62301735b7f1a58ef0d0e93a)

Co-authored-by: Minmin Gong <gongminmin@msn.com>
Misc/NEWS.d/next/Windows/2020-05-19-04-11-12.bpo-40677.qQbLW8.rst [new file with mode: 0644]
Modules/_stat.c