Skip to content

Commit

Permalink
Merge pull request #77 from katahiromz/cpl-link
Browse files Browse the repository at this point in the history
[SHELL32] Remove 'Create Link' context menu item from drives
  • Loading branch information
errortek authored Oct 25, 2023
2 parents 168a761 + a5619d9 commit 6b35b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/win32/shell32/folders/CDrivesFolder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ static const DWORD dwControlPanelAttributes =
SFGAO_HASSUBFOLDER | SFGAO_FOLDER | SFGAO_CANLINK;
static const DWORD dwDriveAttributes =
SFGAO_HASSUBFOLDER | SFGAO_FILESYSTEM | SFGAO_FOLDER | SFGAO_FILESYSANCESTOR |
SFGAO_DROPTARGET | SFGAO_HASPROPSHEET | SFGAO_CANRENAME | SFGAO_CANLINK;
SFGAO_DROPTARGET | SFGAO_HASPROPSHEET | SFGAO_CANRENAME;

CDrivesFolder::CDrivesFolder()
{
Expand Down

0 comments on commit 6b35b77

Please sign in to comment.