summaryrefslogtreecommitdiff
path: root/filesystem-win.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-13 15:47:30 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-13 15:47:30 -0500
commite9357bfd982b37672ed9c319956af32bf3db7856 (patch)
treeebc8d3d514725b9402f8316f92aafe2fe14fb22c /filesystem-win.c
parentcdca3cc10dceda9580b2d87c2105c0654aa084fc (diff)
view-only 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;
}