[SHELL32]

- Fix memory leak in Open With menu
- Show icons in Open With menu
- General code improvements

svn path=/trunk/; revision=54769
This commit is contained in:
Rafal Harabien 2011-12-27 15:25:32 +00:00
parent 74c9f0c170
commit c969ec94e4
2 changed files with 405 additions and 403 deletions

File diff suppressed because it is too large Load diff

View file

@ -29,11 +29,9 @@ class COpenWithMenu :
public IShellExtInit
{
private:
LONG wId;
BOOL NoOpen;
UINT count;
WCHAR szPath[MAX_PATH];
HMENU hSubMenu;
UINT m_idCmdFirst, m_idCmdLast;
WCHAR m_wszPath[MAX_PATH];
HMENU m_hSubMenu;
public:
COpenWithMenu();