diff options
author | surles <surles> | 1999-06-16 20:11:28 (GMT) |
---|---|---|
committer | surles <surles> | 1999-06-16 20:11:28 (GMT) |
commit | 315eceb5db3079f23e9b44bbc8c26b32f07b60f3 (patch) | |
tree | abbed949bce8ff388638855623772027ac2da0d9 /generic/tkTest.c | |
parent | 17b3a9afdbac6f249bd15e33f5d4d30239b3d4d1 (diff) | |
download | tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.zip tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.tar.gz tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.tar.bz2 |
modified files to work with new windows Makefiles
Diffstat (limited to 'generic/tkTest.c')
-rw-r--r-- | generic/tkTest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTest.c b/generic/tkTest.c index 4b2fa93..c396345 100644 --- a/generic/tkTest.c +++ b/generic/tkTest.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkTest.c,v 1.5 1999/04/16 01:51:23 stanton Exp $ + * RCS: @(#) $Id: tkTest.c,v 1.6 1999/06/16 20:11:29 surles Exp $ */ #include "tkInt.h" @@ -206,7 +206,7 @@ extern int TkplatformtestInit _ANSI_ARGS_(( Tcl_Interp *interp)); extern int TclThread_Init _ANSI_ARGS_((Tcl_Interp *interp)); -#if !(defined(__WIN32__) || defined(MAC_TCL)) +#if !(defined(__WIN32__) && defined(MAC_TCL)) #define TkplatformtestInit(x) TCL_OK #endif |