diff options
author | nijtmans <nijtmans> | 2009-11-19 23:45:08 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-11-19 23:45:08 (GMT) |
commit | 1ef46226ade80022f99e1dd0a515d04c2f61cbae (patch) | |
tree | ae364155226308454d7c9368c5364a9f4ac440a5 /generic/tkOldTest.c | |
parent | 7b53a7c15beb08e706f1c8dade3f36000046457f (diff) | |
download | tk-1ef46226ade80022f99e1dd0a515d04c2f61cbae.zip tk-1ef46226ade80022f99e1dd0a515d04c2f61cbae.tar.gz tk-1ef46226ade80022f99e1dd0a515d04c2f61cbae.tar.bz2 |
Compile tkTest.c and friends with Stubs
Diffstat (limited to 'generic/tkOldTest.c')
-rw-r--r-- | generic/tkOldTest.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tkOldTest.c b/generic/tkOldTest.c index 3d17686..280b088 100644 --- a/generic/tkOldTest.c +++ b/generic/tkOldTest.c @@ -14,10 +14,16 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkOldTest.c,v 1.4 2008/11/03 22:20:22 nijtmans Exp $ + * RCS: @(#) $Id: tkOldTest.c,v 1.5 2009/11/19 23:45:08 nijtmans Exp $ */ #define USE_OLD_IMAGE +#ifndef USE_TCL_STUBS +# define USE_TCL_STUBS +#endif +#ifndef USE_TK_STUBS +# define USE_TK_STUBS +#endif #include "tkInt.h" /* |