mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +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);
|
||||
CurMachineLine++;
|
||||
RegCloseKey(hKey);
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
@ -489,6 +490,7 @@ static VOID GetSystemInformation(HWND hwnd)
|
|||
|
||||
SetProcSpeed(hwnd, hKey, _T("~MHz"), CurMachineLine);
|
||||
CurMachineLine++;
|
||||
RegCloseKey(hKey);
|
||||
}
|
||||
|
||||
/* Get total physical RAM */
|
||||
|
|
Loading…
Reference in a new issue