diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-11-01 16:58:35 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-11-01 16:58:35 (GMT) |
commit | 80c783d8a3c7e45827a3ea3160549a49bac5d6a0 (patch) | |
tree | c32e968629e313fea61361c2ff21f93d2d75b556 /win/tclWinInt.h | |
parent | 1d695e2434917aed6f4ce9ef0049330afddea307 (diff) | |
download | tcl-80c783d8a3c7e45827a3ea3160549a49bac5d6a0.zip tcl-80c783d8a3c7e45827a3ea3160549a49bac5d6a0.tar.gz tcl-80c783d8a3c7e45827a3ea3160549a49bac5d6a0.tar.bz2 |
Second part of fix for Bug 926106
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r-- | win/tclWinInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h index 4f0b6be..3efc16b 100644 --- a/win/tclWinInt.h +++ b/win/tclWinInt.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinInt.h,v 1.26 2004/05/03 17:04:31 kennykb Exp $ + * RCS: @(#) $Id: tclWinInt.h,v 1.27 2004/11/01 16:58:38 kennykb Exp $ */ #ifndef _TCLWININT @@ -100,7 +100,7 @@ typedef struct TclWinProcs { BOOL (WINAPI *createHardLinkProc)(CONST TCHAR*, CONST TCHAR*, LPSECURITY_ATTRIBUTES); - INT (__cdecl *utimeProc)(CONST TCHAR*, struct _utimbuf *); + /* deleted INT (__cdecl *utimeProc)(CONST TCHAR*, struct _utimbuf *); */ /* These two are also NULL at start; see comment above */ HANDLE (WINAPI *findFirstFileExProc)(CONST TCHAR*, UINT, LPVOID, UINT, |