From a76cc0a2b11f5a4028cc0422f23ddcfcc844c650 Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Sat, 1 Sep 2001 05:06:26 +0000 Subject: OS/2: Get apr_filepath_merge() & friends working, making use of the code in file_io/win32/filepath.c by Bill Rowe. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62270 13f79535-47bb-0310-9956-ffa450edef68 --- file_io/os2/filepath.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'file_io/os2/filepath.c') diff --git a/file_io/os2/filepath.c b/file_io/os2/filepath.c index fc460e05e..2abaaee33 100644 --- a/file_io/os2/filepath.c +++ b/file_io/os2/filepath.c @@ -1 +1,4 @@ -#include "../unix/filepath.c" +/* OS/2 & Win32 have much in common with regards to file names (both are + * DOSish) so it makes sense to share some code + */ +#include "../win32/filepath.c" -- cgit v1.2.3