diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2003-09-29 22:38:20 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2003-09-29 22:38:20 (GMT) |
| commit | 0221cd00851e8a6bf8d8f87b03e7efde9b0c73e6 (patch) | |
| tree | 6c781c25d5131eac1c137fe66c3d7c56d62d6d38 /win/tclWinFile.c | |
| parent | ea5acb70a9d2df2a93cacc28bca9da32d042fb5b (diff) | |
| download | tcl-0221cd00851e8a6bf8d8f87b03e7efde9b0c73e6.zip tcl-0221cd00851e8a6bf8d8f87b03e7efde9b0c73e6.tar.gz tcl-0221cd00851e8a6bf8d8f87b03e7efde9b0c73e6.tar.bz2 | |
Symbols which are visible outside a single compilation unit must have
the prefix 'Tcl' to keep them out of the way of non-Tcl C code on Unix.
(Problem reported by George Staplin.)
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 82cb2ae..8768261 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.53 2003/08/27 20:12:03 davygrvy Exp $ + * RCS: @(#) $Id: tclWinFile.c,v 1.54 2003/09/29 22:38:21 dkf Exp $ */ //#define _WIN32_WINNT 0x0500 @@ -163,8 +163,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: */ |
