Stefan Krah <stefan-use...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to