- more fixes & improvements for pcap2wav windows build

This commit is contained in:
2018-12-24 13:01:38 +02:00
parent 9126b106f5
commit 24e5a83d21
6 changed files with 35 additions and 4 deletions
+2
View File
@@ -15,6 +15,8 @@ public:
static std::string gettempname();
static bool isAbsolute(const std::string& s);
static std::string getCurrentDir();
static std::string addTrailingSlash(const std::string& s);
static std::string mergePathes(const std::string& s1, const std::string& s2);
};