Skip to content

Commit

Permalink
[NETSHELL] Register folder attributes as SFGAO_FOLDER, not SFGAO_CAND…
Browse files Browse the repository at this point in the history
…ELETE (reactos#5880)

On Windows the Network connections folder uses a binary value
and someone forgot about Little Endian when converting it to a DWORD.

Addendum to 7eb3fcf (r66485). CORE-9276

This issue has not been very visible because of bugs in CRegFolderEnum.
  • Loading branch information
whindsaks authored Nov 4, 2023
1 parent a6c8382 commit b3c1f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/shellext/netshell/res/netshell.rgs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ HKCR
DefaultIcon = s '%MODULE%'
ShellFolder
{
val Attributes = d '0x00000020'
val Attributes = d '0x20000000'
}
val LocalizedString = s '@%MODULE%,-10000'
}
Expand Down

0 comments on commit b3c1f65

Please sign in to comment.