microsoft / winfile

Original Windows File Manager (winfile) with enhancements
MIT License
6.86k stars 709 forks source link

Permission icon on toolbar not working #320

Closed schinagl closed 2 years ago

schinagl commented 2 years ago

Is the permissions icon on toolbar supposed to work? PermissonsIconGrayedOut Internally it uses acledit.dll, which is still there and can be loaded in wfinfo.c:1772, but on the first call with FMEVENT_LOAD it fails. This is why winfile unloads the .dll and the icon is grayed out further on

So there are few questions:

malxau commented 2 years ago
schinagl commented 2 years ago

This repository seems to support W7/W8/W10/W11, since it is bound to WINVER==0x0600

So we could remove the 'security' icon for this version.

schinagl commented 2 years ago

Fixed with #324