summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-06 23:33:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-06 23:33:46 (GMT)
commit51a4b5f8807bc1e0df2e06087292df90c7777f50 (patch)
tree3760c724e2815dde7d8d1abc5896f2f292ce2906 /win/tclWinPipe.c
parent37ce8d233ce4e72301a408cd04e074dfd14d6534 (diff)
downloadtcl-51a4b5f8807bc1e0df2e06087292df90c7777f50.zip
tcl-51a4b5f8807bc1e0df2e06087292df90c7777f50.tar.gz
tcl-51a4b5f8807bc1e0df2e06087292df90c7777f50.tar.bz2
tclpGetPid signature change (stub entry only, not for macro),
for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin
Diffstat (limited to 'win/tclWinPipe.c')
-rwxr-xr-x[-rw-r--r--]win/tclWinPipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index f15daa5..a661343 100644..100755
--- a/win/tclWinPipe.c
+++ b/win/tclWinPipe.c
@@ -871,7 +871,7 @@ TclpCloseFile(
*--------------------------------------------------------------------------
*/
-unsigned long
+int
TclpGetPid(
Tcl_Pid pid) /* The HANDLE of the child process. */
{