diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:03 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:03 +0100 |
commit | 80db94fff6a9620fb469ee911347ed973e3f7735 (patch) | |
tree | 35ccde4018b7e6b84103e5e85dc1085ef9e7d6c2 /srclib/apr/file_io/netware/filepath.c | |
download | apache2-80db94fff6a9620fb469ee911347ed973e3f7735.tar.gz |
Upstream tarball 2.2.3upstream/2.2.3
Diffstat (limited to 'srclib/apr/file_io/netware/filepath.c')
-rw-r--r-- | srclib/apr/file_io/netware/filepath.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/srclib/apr/file_io/netware/filepath.c b/srclib/apr/file_io/netware/filepath.c new file mode 100644 index 00000000..e4bb3f36 --- /dev/null +++ b/srclib/apr/file_io/netware/filepath.c @@ -0,0 +1,4 @@ +/* NetWare & 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" |