diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-05 14:12:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-05 14:12:48 (GMT) |
commit | e9e3981faf0495befa4c2914d59af0bd994ac23c (patch) | |
tree | bd184725efaa3f52ca380c7c46cc6c2bd81c3165 /win/tclWinPort.h | |
parent | b41a44e3942c841677cdcf7cd46be77c5c27ab08 (diff) | |
parent | 8dac135fc9c8efae2cc3113bc975ab871ff2271f (diff) | |
download | tcl-e9e3981faf0495befa4c2914d59af0bd994ac23c.zip tcl-e9e3981faf0495befa4c2914d59af0bd994ac23c.tar.gz tcl-e9e3981faf0495befa4c2914d59af0bd994ac23c.tar.bz2 |
merge core-8-6-branch
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r-- | win/tclWinPort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h index b486466..159a708 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -360,7 +360,7 @@ typedef DWORD_PTR * PDWORD_PTR; # define S_IFLNK 0120000 /* Symbolic Link */ #endif -/* +/* * Windows compilers do not define S_IFBLK. However, Tcl uses it in * GetTypeFromMode to identify blockSpecial devices based on the * value in the statsbuf st_mode field. We have no other way to pass this |