1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

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
+3 -1
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