Sun, 30 Nov 2025 13:29:35 +0100
merge with remote changes
--- a/make/install-lib.sh Sun Nov 30 13:29:07 2025 +0100 +++ b/make/install-lib.sh Sun Nov 30 13:29:35 2025 +0100 @@ -6,7 +6,7 @@ fi SRC=$1 -LIB=$(basename $1) +LIB=`basename $1` LIBDIR=$5$2 LIBVERSION=$3 LIBVERSION_MAJOR=$4
--- a/src/cx/tree.h Sun Nov 30 13:29:07 2025 +0100 +++ b/src/cx/tree.h Sun Nov 30 13:29:35 2025 +0100 @@ -1096,7 +1096,7 @@ * @see cxTreeIterate() */ cx_attr_nonnull cx_attr_nodiscard -CxTreeVisitor cxTreeVisit(CxTree *tree); +CX_EXPORT CxTreeVisitor cxTreeVisit(CxTree *tree); /** * Sets the (new) parent of the specified child.