mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[INCLUDES]
* Move some shared definitions in a common header svn path=/trunk/; revision=65559
This commit is contained in:
parent
d45dcc697d
commit
be4775c2b8
3 changed files with 8 additions and 4 deletions
|
@ -157,7 +157,6 @@ void WINAPI _ShellDDEInit(BOOL bInit);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TWM_OPENSTARTMENU (WM_USER + 260)
|
#define TWM_OPENSTARTMENU (WM_USER + 260)
|
||||||
#define TWM_DOEXITWINDOWS (WM_USER + 342)
|
|
||||||
|
|
||||||
extern const GUID IID_IShellDesktopTray;
|
extern const GUID IID_IShellDesktopTray;
|
||||||
|
|
||||||
|
|
|
@ -388,9 +388,6 @@ BOOL CDesktopBrowser::MessageLoop()
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define TWM_DOEXITWINDOWS (WM_USER + 342)
|
|
||||||
#define TWM_CYCLEFOCUS (WM_USER + 348)
|
|
||||||
|
|
||||||
LRESULT CDesktopBrowser::_NotifyTray(UINT uMsg, WPARAM wParam, LPARAM lParam)
|
LRESULT CDesktopBrowser::_NotifyTray(UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
{
|
{
|
||||||
HWND hwndTray;
|
HWND hwndTray;
|
||||||
|
|
|
@ -23,6 +23,14 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* defined(__cplusplus) */
|
#endif /* defined(__cplusplus) */
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Taskbar WM_COMMAND identifiers
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define TWM_DOEXITWINDOWS (WM_USER + 342)
|
||||||
|
#define TWM_CYCLEFOCUS (WM_USER + 348)
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* IDList Functions
|
* IDList Functions
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue