summaryrefslogtreecommitdiff
path: root/file_io/netware/filepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'file_io/netware/filepath.c')
-rw-r--r--file_io/netware/filepath.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/file_io/netware/filepath.c b/file_io/netware/filepath.c
new file mode 100644
index 0000000..e4bb3f3
--- /dev/null
+++ b/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"