初步修复windows下编译问题

This commit is contained in:
xiongziliang
2018-11-06 20:40:53 +08:00
parent afdf028d6b
commit 31988d0dfb
4 changed files with 383 additions and 6 deletions

View File

@@ -26,8 +26,12 @@
#include "HttpCookie.h"
#include "Util/util.h"
using namespace toolkit;
#if defined(_WIN32)
#include "strptime_win.h"
#endif
using namespace toolkit;
namespace mediakit {
void HttpCookie::setPath(const string &path){