This commit is contained in:
2022-04-21 13:02:35 +08:00
parent 5f4ee2ca36
commit 70941036cc
4 changed files with 13 additions and 9 deletions

View File

@@ -285,6 +285,9 @@ void DNFTOOL::GMNotice(char* str, int type, int color)
_Noticecall(thisc, 0, str, color, type, 0, 0, 0);
}
#if defined LOCALHOSTS_SWITCH
#else
std::string DNFTOOL::GetIP()
{
httplib::SSLClient Tencword("docs.qq.com");
@@ -306,6 +309,7 @@ std::string DNFTOOL::GetIP()
else
return GetIP();
}
#endif
void DNFTOOL::Wchar_tToString(std::string& szDst, wchar_t* wchar)
{