summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-11-01 16:58:35 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-11-01 16:58:35 (GMT)
commit80c783d8a3c7e45827a3ea3160549a49bac5d6a0 (patch)
treec32e968629e313fea61361c2ff21f93d2d75b556 /win/tclWinInt.h
parent1d695e2434917aed6f4ce9ef0049330afddea307 (diff)
downloadtcl-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.h4
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,