mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
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();
|
||||
|
||||
Reference in New Issue
Block a user