mirror of
https://github.com/reactos/reactos.git
synced 2024-11-28 05:53:31 +08:00
parent
06198c51ac
commit
22fb1e947d
@ -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 New Issue
Block a user