[HEADERS] Move some helpers from undocshell.h to shellutils.h as they didn't cover anything undocumented. Merge traycmd.h in undocshell.h as both contain just undocumented shell definitions.

This commit is contained in:
Ioannis Adamopoulos 2019-08-25 12:17:42 +03:00
parent 121f0a5c50
commit e419195d37
14 changed files with 165 additions and 218 deletions

View file

@ -21,7 +21,6 @@
#include "precomp.h"
#include <commoncontrols.h>
#include <traycmd.h>
HRESULT TrayWindowCtxMenuCreator(ITrayWindow * TrayWnd, IN HWND hWndOwner, IContextMenu ** ppCtxMenu);