mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 10:28:08 +00:00
[idd] helper: add icon context menu with log directory open
This commit is contained in:
@@ -100,7 +100,8 @@ inline static void iso8601(wchar_t *buf, size_t count)
|
||||
wcsftime(buf, count, L"%Y-%m-%d %H:%M:%SZ", &utc);
|
||||
}
|
||||
|
||||
inline static std::wstring getLogPath() {
|
||||
inline static std::wstring getLogPath()
|
||||
{
|
||||
PWSTR pszPath;
|
||||
if (FAILED(SHGetKnownFolderPath(FOLDERID_ProgramData, 0, NULL, &pszPath)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user