From 0c8b1f596785e89c59ff151b5bacc41c8db05e38 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Wed, 5 Jul 2017 10:30:23 -0400 Subject: [PATCH] Put expand_path back in when INSTALL is defined --- tz.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tz.cpp b/tz.cpp index f7d10da..b469a5a 100644 --- a/tz.cpp +++ b/tz.cpp @@ -201,8 +201,6 @@ get_download_folder() # else // !_WIN32 -# ifndef INSTALL - static std::string expand_path(std::string path) @@ -219,8 +217,6 @@ expand_path(std::string path) # endif // !TARGET_OS_IPHONE } -# endif // !INSTALL - static std::string get_download_folder()