summaryrefslogtreecommitdiff
path: root/filesystem-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem-win.c')
-rw-r--r--filesystem-win.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/filesystem-win.c b/filesystem-win.c
index f27fe82..8d7a95a 100644
--- a/filesystem-win.c
+++ b/filesystem-win.c
@@ -13,6 +13,8 @@ FsType fs_path_type(char const *path) {
return FS_OTHER;
}
+#error "TODO: fs_path_permission"
+
bool fs_file_exists(char const *path) {
return fs_path_type(path) == FS_FILE;
}