[issue17599] mingw: detect REPARSE_DATA_BUFFER

Martin Panter report at bugs.python.org
Sun May 22 01:15:20 EDT 2016


Martin Panter added the comment:

Would it be better to define all the things in "winreparse.h" with names that are less likely to conflict, say Py_REPARSE_DATA_BUFFER etc? This would be a more general way to avoid conflicts, and also avoid hacking the configure script.

Also, is the “#ifndef MAXIMUM_REPARSE_DATA_BUFFER_SIZE” condition necessary?

----------
components: +Windows -Cross-Build
nosy: +martin.panter, paul.moore, steve.dower, tim.golden, zach.ware
stage:  -> patch review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17599>
_______________________________________


More information about the Python-bugs-list mailing list