mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
macos implementation
This commit is contained in:
parent
e0a12342da
commit
c3653589f6
3 changed files with 18 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue