]> granicus.if.org Git - python/commitdiff
Mac does support createfilehandler now (Jack)
authorGuido van Rossum <guido@python.org>
Wed, 8 Oct 1997 15:25:37 +0000 (15:25 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 8 Oct 1997 15:25:37 +0000 (15:25 +0000)
Modules/_tkinter.c

index 19ed4f8fb3ca9ccc7961358bbeebd132591d7c6f..593b057a63be3a1d0ee2a91ac83206a90eb0b88c 100644 (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