mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
初步修复windows下编译问题
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user