1111
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user