[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.
This commit is contained in:
Whindmar Saksit 2023-11-04 15:40:22 +01:00 committed by GitHub
parent a6c838299c
commit b3c1f652ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ HKCR
DefaultIcon = s '%MODULE%'
ShellFolder
{
val Attributes = d '0x00000020'
val Attributes = d '0x20000000'
}
val LocalizedString = s '@%MODULE%,-10000'
}