Steve Dower <steve.do...@python.org> added the comment:

I pushed the raw Tcl and Tk sources for 8.6.9.0 to cpython-source-deps, but it 
looks like we need some patches to be able to build on Windows (the X11 headers 
#define some names that the Windows headers want to use as struct members).

So far I've needed to #undef and redefine None and ControlMask around #include 
<Windows.h> in winmain.c and tkWin.h, but I think that will be enough.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35402>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to