mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 18:43:00 +08:00
In `SHELL32_IsShellFolderNamespaceItemHidden()`, use `SHRegGetBoolUSValue()` to look at both `HKEY_CURRENT_USER` with fallback to `HKEY_LOCAL_MACHINE`, when searching for the registry value that determines whether a shell-folder namespace item is to be hidden or shown. Behaviour confirmed on Windows 2003. Addendum to commit6ae11ba09d(PR #7189). This is a cherry-pick of9342ed43d9.