diff options
author | Brian Havard <bjh@apache.org> | 2001-09-01 05:06:26 +0000 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2001-09-01 05:06:26 +0000 |
commit | a76cc0a2b11f5a4028cc0422f23ddcfcc844c650 (patch) | |
tree | 8f2bf383648dc4c75dd844212e194ed16f483c63 /file_io/os2/filepath.c | |
parent | 980cb42d39e5b7b956c41c28267f48b23553395a (diff) | |
download | apr-a76cc0a2b11f5a4028cc0422f23ddcfcc844c650.tar.gz apr-a76cc0a2b11f5a4028cc0422f23ddcfcc844c650.zip |
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
Diffstat (limited to 'file_io/os2/filepath.c')
-rw-r--r-- | file_io/os2/filepath.c | 5 |
1 files changed, 4 insertions, 1 deletions
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" |