summaryrefslogtreecommitdiffstats
path: root/generic/tkTest.c
diff options
context:
space:
mode:
authorsurles <surles@noemail.net>1999-06-16 20:11:27 (GMT)
committersurles <surles@noemail.net>1999-06-16 20:11:27 (GMT)
commitdf4e07b25c8cc0595d2719502498e762a80e960b (patch)
treeabbed949bce8ff388638855623772027ac2da0d9 /generic/tkTest.c
parent1ab597e11b964960febacdbf5d7a0e4222aa2638 (diff)
downloadtk-df4e07b25c8cc0595d2719502498e762a80e960b.zip
tk-df4e07b25c8cc0595d2719502498e762a80e960b.tar.gz
tk-df4e07b25c8cc0595d2719502498e762a80e960b.tar.bz2
modified files to work with new windows Makefiles
FossilOrigin-Name: 8a68de4fa4b67394ae69a65ee86ee1abad5a4737
Diffstat (limited to 'generic/tkTest.c')
-rw-r--r--generic/tkTest.c4
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