mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +00:00
[DEVMGR] UpdateDevInfo: Enable built-in property pages by default
CORE-17532
This commit is contained in:
parent
aea948a79e
commit
ab0bbeb126
1 changed files with 3 additions and 3 deletions
|
@ -2224,9 +2224,9 @@ GetParentNode:
|
||||||
DeviceInfoData = &dap->DeviceInfoData;
|
DeviceInfoData = &dap->DeviceInfoData;
|
||||||
}
|
}
|
||||||
|
|
||||||
dap->HasDriverPage = FALSE;
|
dap->HasDriverPage = TRUE;
|
||||||
dap->HasResourcePage = FALSE;
|
dap->HasResourcePage = TRUE;
|
||||||
dap->HasPowerPage = FALSE;
|
dap->HasPowerPage = TRUE;
|
||||||
if (IsDriverInstalled(DeviceInfoData->DevInst,
|
if (IsDriverInstalled(DeviceInfoData->DevInst,
|
||||||
dap->hMachine,
|
dap->hMachine,
|
||||||
&bDrvInstalled) &&
|
&bDrvInstalled) &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue