修改以解决引用问题

This commit is contained in:
2023-10-10 16:25:43 +08:00
parent 50298ad6e8
commit 3145ee0d7d
5 changed files with 53 additions and 24 deletions

View File

@@ -110,7 +110,7 @@ void SysInfoUtil::GetInfoByEdid()
wcout << L"SerialNumberID =" << pwsSerialNumberID << endl;
// swprintf(wsText, L"Serial Number ID = %s\r\n", pwsSerialNumberID);
OutputDebugString(wsText);
if (!pWmiAllData->WnodeHeader.Linkage)
break;
pAllDataBuffer += pWmiAllData->WnodeHeader.Linkage;

View File

@@ -7,7 +7,7 @@
ScreenManager::ScreenManager()
{
}
ScreenManager::~ScreenManager()