summaryrefslogtreecommitdiffstats
path: root/generic/tkMain.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-12 20:29:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-12 20:29:05 (GMT)
commitc6f36b8a73bcb13733a83aa0f0098fa726768b61 (patch)
tree1d1b1c43c917856f2045fbcf99e9f459625f2d42 /generic/tkMain.c
parent10a3f4a3148cabf927c2af8112bac13e8afb4de8 (diff)
parentef6aefbf014a47c20f25a588d98171ebe538f856 (diff)
downloadtk-c6f36b8a73bcb13733a83aa0f0098fa726768b61.zip
tk-c6f36b8a73bcb13733a83aa0f0098fa726768b61.tar.gz
tk-c6f36b8a73bcb13733a83aa0f0098fa726768b61.tar.bz2
disallow colors like xellow
cleanup tkInt.decls configure changes for cygwin
Diffstat (limited to 'generic/tkMain.c')
-rw-r--r--generic/tkMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c
index 39465c9..69c7d25 100644
--- a/generic/tkMain.c
+++ b/generic/tkMain.c
@@ -111,7 +111,7 @@ Tk_MainEx(
tsdPtr->interp = interp;
Tcl_Preserve((ClientData) interp);
-#if defined(__WIN32__)
+#if defined(__WIN32__) && !defined(__CYGWIN__)
Tk_InitConsoleChannels(interp);
#endif