diff options
author | das <das> | 2004-03-17 18:15:28 (GMT) |
---|---|---|
committer | das <das> | 2004-03-17 18:15:28 (GMT) |
commit | 4cef3cd95fe271a0c4ff5081c625fa29e649efa9 (patch) | |
tree | a4d842ff3e2a8fc34e8fd25e2322f00537fdfae9 /unix/tkUnixDraw.c | |
parent | b9ad7407b786c017d8102f41044f03b5af98ff00 (diff) | |
download | tk-4cef3cd95fe271a0c4ff5081c625fa29e649efa9.zip tk-4cef3cd95fe271a0c4ff5081c625fa29e649efa9.tar.gz tk-4cef3cd95fe271a0c4ff5081c625fa29e649efa9.tar.bz2 |
Removed support for Mac OS Classic platform [Patch 918139]
Diffstat (limited to 'unix/tkUnixDraw.c')
-rw-r--r-- | unix/tkUnixDraw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixDraw.c b/unix/tkUnixDraw.c index 82576bf..39a4fe5 100644 --- a/unix/tkUnixDraw.c +++ b/unix/tkUnixDraw.c @@ -8,13 +8,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixDraw.c,v 1.6 2000/07/20 21:38:28 ericm Exp $ + * RCS: @(#) $Id: tkUnixDraw.c,v 1.7 2004/03/17 18:15:50 das Exp $ */ #include "tkPort.h" #include "tkInt.h" -#if !defined(__WIN32__) && !defined(MAC_TCL) +#if !defined(__WIN32__) #include "tkUnixInt.h" #endif |