mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
[RSHELL]
* CMenuBand: Improve the code structure. * Make the class selection better managed. Thanks Giannis. CORE-7881 svn path=/branches/shell-experiments/; revision=62231
This commit is contained in:
parent
3aaf437172
commit
d5f6a80f41
3 changed files with 77 additions and 74 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
#define USE_BUILTIN_MENUDESKBAR
|
||||
#define USE_BUILTIN_MENUSITE
|
||||
#define USE_BUILTIN_MENUBAND
|
||||
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
|
||||
|
@ -33,4 +37,3 @@ extern "C" INT WINAPI Shell_GetCachedImageIndex(LPCWSTR szPath, INT nIndex, UINT
|
|||
extern "C" HRESULT CMenuDeskBar_Constructor(REFIID riid, LPVOID *ppv);
|
||||
extern "C" HRESULT CMenuSite_Constructor(REFIID riid, LPVOID *ppv);
|
||||
extern "C" HRESULT CMenuBand_Constructor(REFIID riid, LPVOID *ppv);
|
||||
extern "C" HRESULT CSubMenu_Constructor(IShellMenu * pShellMenu, REFIID riid, void **ppv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue