diff options
author | hobbs <hobbs> | 2002-06-12 19:16:00 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-06-12 19:16:00 (GMT) |
commit | 3c8f43ed403e4d57f1dc1f560944f4dab09091ca (patch) | |
tree | 2e1b5b2ba1b0041d5032540ce7e63b4c09de9edd /ChangeLog | |
parent | fa378f1c65892a20898177e93d89a3ca2d55e505 (diff) | |
download | tcl-3c8f43ed403e4d57f1dc1f560944f4dab09091ca.zip tcl-3c8f43ed403e4d57f1dc1f560944f4dab09091ca.tar.gz tcl-3c8f43ed403e4d57f1dc1f560944f4dab09091ca.tar.bz2 |
* win/tclWinFile.c: corrected the symbolic link handling code to
allow it to compile. Added real definition of REPARSE_DATA_BUFFER
(found in winnt.h). Most of the added definitions appear to have
correct, cross-Win-version equivalents in winnt.h and should be
removed, but just making things "work" for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-06-12 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tclWinFile.c: corrected the symbolic link handling code to + allow it to compile. Added real definition of REPARSE_DATA_BUFFER + (found in winnt.h). Most of the added definitions appear to have + correct, cross-Win-version equivalents in winnt.h and should be + removed, but just making things "work" for now. + 2002-06-12 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclIOUtil.c: |