mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Fix build
svn path=/trunk/; revision=33183
This commit is contained in:
parent
94ae49ad03
commit
67e7cbefcb
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ InitializeDialog(HWND hwndDlg)
|
|||
SendDlgItemMessageW(hwndDlg, IDC_STATIC_ADAPTER_DAC, WM_SETTEXT, 0, (LPARAM)szText);
|
||||
}
|
||||
|
||||
if (GetRegValue(hKey, NULL, L"HardwareInformation.MemorySize", REG_BINARY, &dwMemory, sizeof(dwMemory)))
|
||||
if (GetRegValue(hKey, NULL, L"HardwareInformation.MemorySize", REG_BINARY, (LPWSTR)&dwMemory, sizeof(dwMemory)))
|
||||
{
|
||||
/* set chip memory size */
|
||||
if (dwMemory > (1048576))
|
||||
|
|
Loading…
Reference in a new issue