cpython/Misc/NEWS.d/next/Windows/2020-05-19-04-11-12.bpo-40677.qQbLW8.rst
Minmin Gong 711f9e180a
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.
2020-05-19 13:22:16 +01:00

1 line
No EOL
88 B
ReStructuredText

Manually define IO_REPARSE_TAG_APPEXECLINK in case some old Windows SDK doesn't have it.