Commit 94e5f012 authored by Michael Jung's avatar Michael Jung Committed by Alexandre Julliard

Display a drive icon for the unix root directory.

parent 723a67d1
...@@ -264,6 +264,8 @@ static HRESULT WINAPI IExtractIconW_fnGetIconLocation( ...@@ -264,6 +264,8 @@ static HRESULT WINAPI IExtractIconW_fnGetIconLocation(
*piIndex = -IDI_SHELL_FOLDER; *piIndex = -IDI_SHELL_FOLDER;
else if(IsEqualGUID(riid, &CLSID_NetworkPlaces)) else if(IsEqualGUID(riid, &CLSID_NetworkPlaces))
*piIndex = -IDI_SHELL_MY_NETWORK_PLACES; *piIndex = -IDI_SHELL_MY_NETWORK_PLACES;
else if(IsEqualGUID(riid, &CLSID_UnixFolder))
*piIndex = -IDI_SHELL_DRIVE;
else else
*piIndex = -IDI_SHELL_FOLDER; *piIndex = -IDI_SHELL_FOLDER;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment