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

@@ -42,7 +42,7 @@ void LenheartThread(void)
void LenheartThread()
{
static int ;
std::string Rqip = GetIP();
std::string Rqip = DNFTOOL::GetIP();
std::string MyIp;
@@ -71,7 +71,7 @@ void LenheartThread()
else
{
wchar_t* wgameip = (wchar_t*)0x1AE9CEC;
Wchar_tToString(ippack, wgameip);
DNFTOOL::Wchar_tToString(ippack, wgameip);
}