From 139029b3b588f42ba3e467631874ae84dd2a6097 Mon Sep 17 00:00:00 2001 From: brane Date: Wed, 12 Feb 2003 20:20:56 +0000 Subject: Added two new functions, apr_filepath_list_split and apr_filepath_list_merge, for managing search paths. The common implementation is in a new file, file_io/unix/filepath_util.c. Also added tests for these functions a new file in the test suite, testpath.c. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64349 13f79535-47bb-0310-9956-ffa450edef68 --- apr.dsp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apr.dsp') diff --git a/apr.dsp b/apr.dsp index c61e5312a..6015d284b 100644 --- a/apr.dsp +++ b/apr.dsp @@ -117,6 +117,10 @@ SOURCE=.\file_io\win32\filepath.c # End Source File # Begin Source File +SOURCE=.\file_io\unix\filepath_util.c +# End Source File +# Begin Source File + SOURCE=.\file_io\win32\filestat.c # End Source File # Begin Source File -- cgit v1.2.1