Really fix user dir on Windows
That was silly... :/ Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
673279a8bf
commit
b7ad2d2627
1 changed files with 1 additions and 0 deletions
|
@ -814,6 +814,7 @@ std::string getSpecialPath(const SpecialPath type)
|
|||
break;
|
||||
case kSpecialPathMyDocuments:
|
||||
csidl = CSIDL_MYDOCUMENTS;
|
||||
break;
|
||||
default:
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue