Mac does support createfilehandler now (Jack)

This commit is contained in:
Guido van Rossum 1997-10-08 15:25:37 +00:00
parent 9a61dc90e2
commit b0105444e2

View file

@ -68,7 +68,7 @@ PERFORMANCE OF THIS SOFTWARE.
#error "Tk 4.0 or 3.x are not supported -- use 4.1 or higher"
#endif
#if TKMAJORMINOR < 8000 || !defined(MS_WINDOWS) && !defined(macintosh)
#if TKMAJORMINOR < 8000 || !defined(MS_WINDOWS)
#define HAVE_CREATEFILEHANDLER
#endif