[INCLUDES]

* Move some shared definitions in a common header

svn path=/trunk/; revision=65559
This commit is contained in:
Giannis Adamopoulos 2014-12-04 18:20:51 +00:00
parent d45dcc697d
commit be4775c2b8
3 changed files with 8 additions and 4 deletions

View file

@ -157,7 +157,6 @@ void WINAPI _ShellDDEInit(BOOL bInit);
*/
#define TWM_OPENSTARTMENU (WM_USER + 260)
#define TWM_DOEXITWINDOWS (WM_USER + 342)
extern const GUID IID_IShellDesktopTray;

View file

@ -388,9 +388,6 @@ BOOL CDesktopBrowser::MessageLoop()
return TRUE;
}
#define TWM_DOEXITWINDOWS (WM_USER + 342)
#define TWM_CYCLEFOCUS (WM_USER + 348)
LRESULT CDesktopBrowser::_NotifyTray(UINT uMsg, WPARAM wParam, LPARAM lParam)
{
HWND hwndTray;

View file

@ -23,6 +23,14 @@
extern "C" {
#endif /* defined(__cplusplus) */
/****************************************************************************
* Taskbar WM_COMMAND identifiers
*/
#define TWM_DOEXITWINDOWS (WM_USER + 342)
#define TWM_CYCLEFOCUS (WM_USER + 348)
/****************************************************************************
* IDList Functions
*/