mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-17 21:42:24 +08:00
简化命名空间
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
#include <windows.h>
|
||||
#endif//defined(_WIN32)
|
||||
|
||||
namespace ZL {
|
||||
namespace Http {
|
||||
namespace mediakit {
|
||||
|
||||
//////////////////////////通用///////////////////////
|
||||
void UTF8ToUnicode(wchar_t* pOut, const char *pText)
|
||||
@@ -239,5 +238,4 @@ string strCoding::GB2312ToUTF8(const string &str) {
|
||||
|
||||
|
||||
|
||||
} /* namespace Http */
|
||||
} /* namespace ZL */
|
||||
} /* namespace mediakit */
|
||||
|
||||
Reference in New Issue
Block a user