[issue14387] Include\accu.h incompatible with Windows.h

Stefan Krah report at bugs.python.org
Thu Mar 22 20:22:46 CET 2012


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

Jeff's #undef suggestion works here (see patch). But I have a question:

Where is Windows.h pulled in anyway? A grep only shows signalmodule.c:

$ find . -name "\.hg" -prune -o -type f -print0 | xargs -0 grep -n 'Windows\.h'
./Modules/signalmodule.c:9:#include <Windows.h>
./Doc/using/windows.rst:341:   `A Python for Windows Tutorial <http://www.imladris.com/Scripts/PythonForWindows.html>`_

----------
keywords: +patch
Added file: http://bugs.python.org/file24998/issue14387.diff

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


More information about the Python-bugs-list mailing list