Author: gadamopoulos Date: Thu Dec 4 18:20:51 2014 New Revision: 65559
URL: http://svn.reactos.org/svn/reactos?rev=65559&view=rev Log: [INCLUDES] * Move some shared definitions in a common header
Modified: trunk/reactos/base/shell/explorer/precomp.h trunk/reactos/dll/win32/shell32/CDesktopBrowser.cpp trunk/reactos/include/reactos/undocshell.h
Modified: trunk/reactos/base/shell/explorer/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/precomp... ============================================================================== --- trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] (original) +++ trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] Thu Dec 4 18:20:51 2014 @@ -157,7 +157,6 @@ */
#define TWM_OPENSTARTMENU (WM_USER + 260) -#define TWM_DOEXITWINDOWS (WM_USER + 342)
extern const GUID IID_IShellDesktopTray;
Modified: trunk/reactos/dll/win32/shell32/CDesktopBrowser.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/CDesktopB... ============================================================================== --- trunk/reactos/dll/win32/shell32/CDesktopBrowser.cpp [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/CDesktopBrowser.cpp [iso-8859-1] Thu Dec 4 18:20:51 2014 @@ -388,9 +388,6 @@ 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;
Modified: trunk/reactos/include/reactos/undocshell.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/undocshell.... ============================================================================== --- trunk/reactos/include/reactos/undocshell.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/undocshell.h [iso-8859-1] Thu Dec 4 18:20:51 2014 @@ -22,6 +22,14 @@ #ifdef __cplusplus extern "C" { #endif /* defined(__cplusplus) */ + +/**************************************************************************** + * Taskbar WM_COMMAND identifiers + */ + +#define TWM_DOEXITWINDOWS (WM_USER + 342) +#define TWM_CYCLEFOCUS (WM_USER + 348) +
/**************************************************************************** * IDList Functions