From: Guido van Rossum Date: Wed, 8 Oct 1997 15:25:37 +0000 (+0000) Subject: Mac does support createfilehandler now (Jack) X-Git-Tag: v1.5a4~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0105444e28f5e20fab042549e1bfaa05e5e6c7b;p=thirdparty%2FPython%2Fcpython.git Mac does support createfilehandler now (Jack) --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 19ed4f8fb3ca..593b057a63be 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -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