diff --git a/repertory/repertory/include/cli/mount.hpp b/repertory/repertory/include/cli/mount.hpp index a49b2683..e4ef7ce5 100644 --- a/repertory/repertory/include/cli/mount.hpp +++ b/repertory/repertory/include/cli/mount.hpp @@ -41,7 +41,7 @@ using repertory_drive = repertory::winfsp_drive; using remote_client = repertory::remote_winfsp::remote_client; using remote_drive = repertory::remote_winfsp::remote_winfsp_drive; using remote_instance = repertory::remote_winfsp::i_remote_instance; -#else +#else // !defined(_WIN32) #include "drives/fuse/fuse_drive.hpp" #include "drives/fuse/remotefuse/remote_client.hpp" #include "drives/fuse/remotefuse/remote_fuse_drive.hpp" @@ -50,7 +50,7 @@ using repertory_drive = repertory::fuse_drive; using remote_client = repertory::remote_fuse::remote_client; using remote_drive = repertory::remote_fuse::remote_fuse_drive; using remote_instance = repertory::remote_fuse::i_remote_instance; -#endif +#endif // defined(_WIN32) namespace repertory::cli::actions { [[nodiscard]] inline auto