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 /generic/tkFileFilter.h | |
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 'generic/tkFileFilter.h')
-rw-r--r-- | generic/tkFileFilter.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tkFileFilter.h b/generic/tkFileFilter.h index e1bc763..4893c1b 100644 --- a/generic/tkFileFilter.h +++ b/generic/tkFileFilter.h @@ -9,18 +9,14 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkFileFilter.h,v 1.4 1998/09/14 18:23:10 stanton Exp $ + * RCS: @(#) $Id: tkFileFilter.h,v 1.5 2004/03/17 18:15:43 das Exp $ * */ #ifndef _TK_FILE_FILTER #define _TK_FILE_FILTER -#ifdef MAC_TCL -#include <StandardFile.h> -#else #define OSType long -#endif #ifdef BUILD_tk # undef TCL_STORAGE_CLASS |