mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 20:45:57 +08:00
修复Windows上strptime不存在编译失败的问题
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "Util/logger.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include "strptime_win.h"
|
||||
#include "Util/strptime_win.h"
|
||||
#endif
|
||||
|
||||
using namespace toolkit;
|
||||
|
||||
Reference in New Issue
Block a user