diff options
author | dgp <dgp@users.sourceforge.net> | 2006-10-17 04:36:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-10-17 04:36:43 (GMT) |
commit | 95f8b149514039db25023ac2a1692205deb4314b (patch) | |
tree | 3fdaadbfd44c8bd54ec54e176eba29061fb31cd8 /win/tclWinFile.c | |
parent | f42d19dc92935d2d2eb8f06db5de1b32e1560b31 (diff) | |
download | tcl-95f8b149514039db25023ac2a1692205deb4314b.zip tcl-95f8b149514039db25023ac2a1692205deb4314b.tar.gz tcl-95f8b149514039db25023ac2a1692205deb4314b.tar.bz2 |
* generic/tclIOUtil.c: Cleaned up some code flagged by a
* generic/tclInt.h: `make checkexports` test.
* win/tclWin32Dll.c:
* win/tclWinFile.c:
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r-- | win/tclWinFile.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index f0e07f2..c87edc3 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinFile.c,v 1.44.2.17 2006/10/01 21:51:34 patthoyts Exp $ + * RCS: @(#) $Id: tclWinFile.c,v 1.44.2.18 2006/10/17 04:36:45 dgp Exp $ */ //#define _WIN32_WINNT 0x0500 @@ -172,8 +172,6 @@ typedef NET_API_STATUS NET_API_FUNCTION NETAPIBUFFERFREEPROC typedef NET_API_STATUS NET_API_FUNCTION NETGETDCNAMEPROC (LPWSTR servername, LPWSTR domainname, LPBYTE *bufptr); -extern Tcl_FSDupInternalRepProc NativeDupInternalRep; - /* * Declarations for local procedures defined in this file: */ |