summaryrefslogtreecommitdiffstats
path: root/generic/tclIOSock.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-05-07 08:21:04 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-05-07 08:21:04 (GMT)
commitdb2892db6109448ba250665844e64edb025f0931 (patch)
treebb763a092ea76fe2911650415497564331107af9 /generic/tclIOSock.c
parent8331531a5ae5b90889e4426de38c45f40090256b (diff)
parentb5f6e611a433f8c7dd31605ef75a6f063acc8738 (diff)
downloadtcl-db2892db6109448ba250665844e64edb025f0931.zip
tcl-db2892db6109448ba250665844e64edb025f0931.tar.gz
tcl-db2892db6109448ba250665844e64edb025f0931.tar.bz2
move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,
so it can be used for the Plat* interfaces as well
Diffstat (limited to 'generic/tclIOSock.c')
-rw-r--r--generic/tclIOSock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIOSock.c b/generic/tclIOSock.c
index 751241b..df7a13a 100644
--- a/generic/tclIOSock.c
+++ b/generic/tclIOSock.c
@@ -83,7 +83,7 @@ TclSockGetPort(
#undef TclSockMinimumBuffers
#if !defined(_WIN32) && !defined(__CYGWIN__)
-# define SOCKET size_t
+# define SOCKET int
#endif
int