diff options
Diffstat (limited to 'shared/resolve_path.h')
-rw-r--r-- | shared/resolve_path.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/resolve_path.h b/shared/resolve_path.h index f6ae58cb..3be1d78e 100644 --- a/shared/resolve_path.h +++ b/shared/resolve_path.h @@ -13,6 +13,11 @@ namespace zen { Zstring getFormattedDirectoryName(const Zstring& dirname); + + +#ifdef FFS_WIN +std::vector<Zstring> getDirectoryAliases(Zstring dirname); +#endif } |