mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 11:24:14 +00:00
parent
06198c51ac
commit
22fb1e947d
1 changed files with 2 additions and 0 deletions
|
@ -468,6 +468,7 @@ static VOID GetSystemInformation(HWND hwnd)
|
||||||
{
|
{
|
||||||
SetRegTextData(hwnd, hKey, _T("Identifier"), CurMachineLine);
|
SetRegTextData(hwnd, hKey, _T("Identifier"), CurMachineLine);
|
||||||
CurMachineLine++;
|
CurMachineLine++;
|
||||||
|
RegCloseKey(hKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
@ -489,6 +490,7 @@ static VOID GetSystemInformation(HWND hwnd)
|
||||||
|
|
||||||
SetProcSpeed(hwnd, hKey, _T("~MHz"), CurMachineLine);
|
SetProcSpeed(hwnd, hKey, _T("~MHz"), CurMachineLine);
|
||||||
CurMachineLine++;
|
CurMachineLine++;
|
||||||
|
RegCloseKey(hKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get total physical RAM */
|
/* Get total physical RAM */
|
||||||
|
|
Loading…
Reference in a new issue