Reactos

[NETSHELL] Register folder attributes as SFGAO_FOLDER, not SFGAO_CANDELETE (#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 7eb3fcf1d (r66485). CORE-9276

This issue has not been very visible because of bugs in CRegFolderEnum.

authored by

Whindmar Saksit and committed by
GitHub
b3c1f652 a6c83829

+1 -1
+1 -1
dll/shellext/netshell/res/netshell.rgs
··· 11 11 DefaultIcon = s '%MODULE%' 12 12 ShellFolder 13 13 { 14 - val Attributes = d '0x00000020' 14 + val Attributes = d '0x20000000' 15 15 } 16 16 val LocalizedString = s '@%MODULE%,-10000' 17 17 }