Message156607
| Author |
skrah |
| Recipients |
amaury.forgeotdarc, benjamin.peterson, georg.brandl, jeffr@livedata.com, pitrou, python-dev, skrah |
| Date |
2012年03月22日.19:22:45 |
| SpamBayes Score |
0.5861656 |
| Marked as misclassified |
No |
| Message-id |
<1332444166.4.0.498250560689.issue14387@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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>`_ |
|