mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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;
|
||||
}
|
||||
|
||||
dap->HasDriverPage = FALSE;
|
||||
dap->HasResourcePage = FALSE;
|
||||
dap->HasPowerPage = FALSE;
|
||||
dap->HasDriverPage = TRUE;
|
||||
dap->HasResourcePage = TRUE;
|
||||
dap->HasPowerPage = TRUE;
|
||||
if (IsDriverInstalled(DeviceInfoData->DevInst,
|
||||
dap->hMachine,
|
||||
&bDrvInstalled) &&
|
||||
|
|
Loading…
Reference in a new issue