summaryrefslogtreecommitdiffstats
path: root/osdep/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/path.h')
-rw-r--r--osdep/path.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/osdep/path.h b/osdep/path.h
new file mode 100644
index 0000000000..26b8cd344e
--- /dev/null
+++ b/osdep/path.h
@@ -0,0 +1,8 @@
+#ifndef OSDEP_PATH_H
+#define OSDEP_PATH_H
+
+#ifdef _WIN32
+char *mp_get_win_config_path(const char *filename);
+#endif
+
+#endif