mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:22:59 +00:00
[BROWSEUI]
* Plug a few menu leaks. In Windows, it brings down the leaked menus from 20 per navigation, to only 1-2. In ReactOS, from 60 to 20. [RSHELL,SHELL32] * Code tweaks that shouldn't change the actual behaviour. svn path=/branches/shell-experiments/; revision=63537
This commit is contained in:
parent
52fc0bf57d
commit
580b89e9b6
5 changed files with 17 additions and 4 deletions
|
@ -132,7 +132,7 @@ private:
|
|||
|
||||
public:
|
||||
CMenuStaticToolbar(CMenuBand *menuBand);
|
||||
virtual ~CMenuStaticToolbar() {}
|
||||
virtual ~CMenuStaticToolbar();
|
||||
|
||||
HRESULT SetMenu(HMENU hmenu, HWND hwnd, DWORD dwFlags);
|
||||
HRESULT GetMenu(HMENU *phmenu, HWND *phwnd, DWORD *pdwFlags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue