summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-01-13 06:46:56 (GMT)
committernijtmans <nijtmans@noemail.net>2010-01-13 06:46:56 (GMT)
commit58043ae82cd091b9ef9367e372d2d493ee392cbc (patch)
treeb75b8bc167a7e17a11d9b03e2f9f37e3ff845fde /win/tclWinConsole.c
parent89c7aa8b733984578720951c6cb6d356714f669c (diff)
downloadtcl-58043ae82cd091b9ef9367e372d2d493ee392cbc.zip
tcl-58043ae82cd091b9ef9367e372d2d493ee392cbc.tar.gz
tcl-58043ae82cd091b9ef9367e372d2d493ee392cbc.tar.bz2
Fix TCL_LL_MODIFIER for Cygwin
and various other minor CYGWIN compilation problems FossilOrigin-Name: 2be0f4173bb95bdd0859100b31a205998b6152bb
Diffstat (limited to 'win/tclWinConsole.c')
-rw-r--r--win/tclWinConsole.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c
index 16ea391..a47165c 100644
--- a/win/tclWinConsole.c
+++ b/win/tclWinConsole.c
@@ -9,13 +9,11 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinConsole.c,v 1.22 2010/01/10 22:58:39 nijtmans Exp $
+ * RCS: @(#) $Id: tclWinConsole.c,v 1.23 2010/01/13 06:46:56 nijtmans Exp $
*/
#include "tclWinInt.h"
-#include <fcntl.h>
-#include <io.h>
#include <sys/stat.h>
/*