summaryrefslogtreecommitdiff
path: root/w32/include/pathstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'w32/include/pathstuff.h')
-rw-r--r--w32/include/pathstuff.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/w32/include/pathstuff.h b/w32/include/pathstuff.h
new file mode 100644
index 0000000..285ed04
--- /dev/null
+++ b/w32/include/pathstuff.h
@@ -0,0 +1,10 @@
+#ifndef _PATHSTUFF_H
+#define _PATHSTUFF_H
+
+extern char * convert_Path_to_win32(char *Path, char to_delim);
+extern char * w32ify(char *file, int resolve);
+extern char * getcwd_fs(char *buf, int len);
+
+#define convert_vpath_to_win32(vpath, delim) convert_Path_to_win32(vpath, delim)
+
+#endif