summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tcl.h2
-rw-r--r--win/makefile.vc1
2 files changed, 2 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 1fd694a..e867517 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -865,7 +865,7 @@ static inline void* Tcl_AbstractListGetTypeRep(
/* Enforce type checking on supplied function pointers while isolating
* internal struct details */
-int Tcl_AbstractListSetProc(Tcl_Obj *objPtr, Tcl_AbstractListProcType ptype, void *proc);
+EXTERN int Tcl_AbstractListSetProc(Tcl_Obj *objPtr, Tcl_AbstractListProcType ptype, void *proc);
static inline int Tcl_SetAbstractListNewProc(Tcl_Obj *objPtr, Tcl_ALNewObjProc *proc)
{
diff --git a/win/makefile.vc b/win/makefile.vc
index 7c61580..a1b2e77 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -237,6 +237,7 @@ COREOBJS = \
$(TMP_DIR)\regerror.obj \
$(TMP_DIR)\regexec.obj \
$(TMP_DIR)\regfree.obj \
+ $(TMP_DIR)\tclAbstractList.obj \
$(TMP_DIR)\tclAlloc.obj \
$(TMP_DIR)\tclAssembly.obj \
$(TMP_DIR)\tclAsync.obj \