mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:52:54 +01:00
@@ -132,14 +132,11 @@ std::string PathImpl::cacheHomeImpl()
|
||||
}
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
std::string PathImpl::tempHomeImpl()
|
||||
{
|
||||
return tempImpl();
|
||||
}
|
||||
|
||||
>>>>>>> 06e59cb... add Windows compliant implementation of XDG Base Directory Specification
|
||||
std::string PathImpl::tempImpl()
|
||||
{
|
||||
Buffer<wchar_t> buffer(MAX_PATH_LEN);
|
||||
|
||||
Reference in New Issue
Block a user