summaryrefslogtreecommitdiffstats
path: root/win/tclWinError.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-04 10:53:36 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-04 10:53:36 (GMT)
commitbf72e12963530b5fba2877361cc07ee0056b0cd2 (patch)
treec70aded4231ac5ad08d9f1f48834934d90b85df4 /win/tclWinError.c
parenta0fbc952a8b199b3bc07bf4dbef4d504a9eae73e (diff)
parent92a5dcb73c1f8c5e59e989e6e915eb8c5d4efcb7 (diff)
downloadtcl-bf72e12963530b5fba2877361cc07ee0056b0cd2.zip
tcl-bf72e12963530b5fba2877361cc07ee0056b0cd2.tar.gz
tcl-bf72e12963530b5fba2877361cc07ee0056b0cd2.tar.bz2
merge trunk
Diffstat (limited to 'win/tclWinError.c')
-rw-r--r--win/tclWinError.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/win/tclWinError.c b/win/tclWinError.c
index 969780d..63e9598 100644
--- a/win/tclWinError.c
+++ b/win/tclWinError.c
@@ -331,11 +331,6 @@ static const unsigned char wsaErrorTable[] = {
EREMOTE /* WSAEREMOTE */
};
-#ifdef __CYGWIN__
-# include <windows.h>
-# define DWORD unsigned int
-#endif
-
/*
*----------------------------------------------------------------------
*