mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
search for rd as root
This commit is contained in:
parent
735308b794
commit
17b146c0a3
2 changed files with 61 additions and 45 deletions
|
@ -41,7 +41,8 @@ private:
|
|||
#if _WIN32
|
||||
void register_window();
|
||||
#else
|
||||
void search_path(const std::string &path, const dev_t &parentDevID);
|
||||
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
|
||||
};
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue