mirror of
https://github.com/reactos/reactos.git
synced 2025-06-11 04:47:22 +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
reactos/dll/win32/shell32
File diff suppressed because it is too large
Load diff
|
@ -29,11 +29,9 @@ class COpenWithMenu :
|
||||||
public IShellExtInit
|
public IShellExtInit
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
LONG wId;
|
UINT m_idCmdFirst, m_idCmdLast;
|
||||||
BOOL NoOpen;
|
WCHAR m_wszPath[MAX_PATH];
|
||||||
UINT count;
|
HMENU m_hSubMenu;
|
||||||
WCHAR szPath[MAX_PATH];
|
|
||||||
HMENU hSubMenu;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
COpenWithMenu();
|
COpenWithMenu();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue