mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[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:
parent
74c9f0c170
commit
c969ec94e4
2 changed files with 405 additions and 403 deletions
File diff suppressed because it is too large
Load diff
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue