summaryrefslogtreecommitdiffstats
path: root/win/tclWinLoad.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-11 20:36:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-11 20:36:16 (GMT)
commit7a6d97a527bd8148991a5a5da76fb6f75abd687e (patch)
treef060ea4a591517033e0ef5ca81a3cbda6627cf84 /win/tclWinLoad.c
parente975dd1380b75e0736e5737ecf73efe9129361bc (diff)
downloadtcl-7a6d97a527bd8148991a5a5da76fb6f75abd687e.zip
tcl-7a6d97a527bd8148991a5a5da76fb6f75abd687e.tar.gz
tcl-7a6d97a527bd8148991a5a5da76fb6f75abd687e.tar.bz2
fix windows build broken by [92cfbef048]
(Refactor Win socket and load code to be less baroque in its internals)
Diffstat (limited to 'win/tclWinLoad.c')
-rw-r--r--win/tclWinLoad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinLoad.c b/win/tclWinLoad.c
index 5848daa..e5b927d 100644
--- a/win/tclWinLoad.c
+++ b/win/tclWinLoad.c
@@ -28,7 +28,7 @@ static Tcl_Mutex dllDirectoryNameMutex;
static void * FindSymbol(Tcl_Interp *interp,
Tcl_LoadHandle loadHandle, const char *symbol);
-static void InitDLLDirectoryName(void);
+static int InitDLLDirectoryName(void);
static void UnloadFile(Tcl_LoadHandle loadHandle);
/*