diff options
author | das <das> | 2001-11-23 02:04:08 (GMT) |
---|---|---|
committer | das <das> | 2001-11-23 02:04:08 (GMT) |
commit | aa409cc42da819e8ab1d081e7a1f175b33c1c2cf (patch) | |
tree | 0d0864ac4fc0b0ff178f5869f1600d2c584109c8 /mac/MW_TkHeaderCommon.h | |
parent | 5efa25f6e1ad2a687cac8c1caab6d8c10f978269 (diff) | |
download | tk-aa409cc42da819e8ab1d081e7a1f175b33c1c2cf.zip tk-aa409cc42da819e8ab1d081e7a1f175b33c1c2cf.tar.gz tk-aa409cc42da819e8ab1d081e7a1f175b33c1c2cf.tar.bz2 |
** upport to 8.4 of mac code changes for 8.3.3 & various new
** changes for 8.4, some already backported to 8.3.4 (patch #435660)
see ChangeLog for details
Diffstat (limited to 'mac/MW_TkHeaderCommon.h')
-rw-r--r-- | mac/MW_TkHeaderCommon.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/mac/MW_TkHeaderCommon.h b/mac/MW_TkHeaderCommon.h new file mode 100644 index 0000000..ab43eb5 --- /dev/null +++ b/mac/MW_TkHeaderCommon.h @@ -0,0 +1,40 @@ +/* + * MW_TkHeaderCommon.h -- + * + * Common includes for precompiled headers + * + * Copyright (c) 1998 by Scriptics Corporation. + * + * See the file "license.terms" for information on usage and redistribution + * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * + * RCS: @(#) $Id$ + */ + +#pragma once + +#include "tclMacCommonPch.h" + +#ifdef TCL_DEBUG + #define TK_TEST +#endif + +/* + * The following defines are for the Xlib.h file to force + * it to generate prototypes in the way we need it. This is + * defined here in case X.h & company are ever included before + * tk.h. + */ + +#define NeedFunctionPrototypes 1 +#define NeedWidePrototypes 0 + +/* + * Place any includes below that will are needed by the majority of the + * and is OK to be in any file in the system. + */ + +#include "tcl.h" + +#include "tk.h" +#include "tkInt.h" |