aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2015-03-20 16:40:54 -0400
committerThomas Winget <tewinget@gmail.com>2015-03-20 16:40:54 -0400
commit2b0583b2c6ffb5e80f7d02ea384f039bfc88363c (patch)
treeeeb39d478eb0f9be5c3cf4dcbebe63d36f348bc9 /src/common/util.h
parentDNS checkpoint loading for testnet should now be correct (diff)
downloadmonero-2b0583b2c6ffb5e80f7d02ea384f039bfc88363c.tar.xz
Hopefully fixes build on Windows
Diffstat (limited to '')
-rw-r--r--src/common/util.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 0d23135b0..883fe1e0f 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -58,6 +58,18 @@ namespace tools
*/
std::string get_default_data_dir();
+#ifdef WIN32
+ /**
+ * @brief
+ *
+ * @param nfolder
+ * @param iscreate
+ *
+ * @return
+ */
+ std::string get_special_folder_path(int nfolder, bool iscreate);
+#endif
+
/*! \brief Returns the OS version string
*
* \details This is a wrapper around the primitives