diff options
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" |