* 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:
David Quintana 2014-02-17 17:16:55 +00:00
parent 3aaf437172
commit d5f6a80f41
3 changed files with 77 additions and 74 deletions

View file

@ -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);