macos implementation

This commit is contained in:
Slic3rPE 2019-12-10 11:17:12 +01:00 committed by David Kocik
parent e0a12342da
commit c3653589f6
3 changed files with 18 additions and 12 deletions

View file

@ -55,10 +55,12 @@ private:
void *m_rdmmm;
void register_window();
//void list_devices();
void search_path(const std::string &path, const std::string &parent_path);
bool compare_filesystem_id(const std::string &path_a, const std::string &path_b);
#else
void search_path(const std::string &path, const std::string &parent_path);
bool compare_filesystem_id(const std::string &path_a, const std::string &path_b);
#endif
};
}}
#endif
#endif