|
@@ -62,7 +62,7 @@ enum SpecialPath { |
|
|
kSpecialPathCommonProgramFiles, |
|
|
kSpecialPathCommonProgramFiles, |
|
|
kSpecialPathAppData, |
|
|
kSpecialPathAppData, |
|
|
}; |
|
|
}; |
|
|
std::string getSpecialPath(const SpecialPath type) |
|
|
|
|
|
|
|
|
std::string getSpecialPath(const SpecialPath type); |
|
|
#endif |
|
|
#endif |
|
|
std::string homeDir(); |
|
|
std::string homeDir(); |
|
|
} |
|
|
} |
|
|