Skip to content

Commit 02e43b9

Browse files
committed
Follow-up to r1930607: Export symbols declared in the svn_xml_private.h header
from the libsvn_subr executable. * build.conf (libsvn_subr:msvc-export): Add private/svn_xml_private.h git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1930621 13f79535-47bb-0310-9956-ffa450edef68
1 parent b204502 commit 02e43b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ msvc-export =
417417
private/svn_thread_cond.h private/svn_waitable_counter.h
418418
private/svn_packed_data.h private/svn_object_pool.h private/svn_cert.h
419419
private/svn_config_private.h private/svn_dirent_uri_private.h
420-
../libsvn_subr/crypto.h
420+
private/svn_xml_private.h ../libsvn_subr/crypto.h
421421

422422
# Working copy management lib
423423
[libsvn_wc]

0 commit comments

Comments
 (0)