mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 23:26:44 -08:00
Hopefully fixes build on Windows
This commit is contained in:
@@ -326,7 +326,7 @@ std::string get_nix_version_display_string()
|
||||
std::string config_folder;
|
||||
|
||||
#ifdef WIN32
|
||||
config_folder = get_special_folder_path(CSIDL_APPDATA, true) + "/" + CRYPTONOTE_NAME;
|
||||
config_folder = get_special_folder_path(CSIDL_COMMON_APPDATA, true) + "\\" + CRYPTONOTE_NAME;
|
||||
#else
|
||||
std::string pathRet;
|
||||
char* pszHome = getenv("HOME");
|
||||
|
||||
Reference in New Issue
Block a user