From c5e44a797e61d6490cb9e9f4d0a92e1d066d3e08 Mon Sep 17 00:00:00 2001 From: Dmitry Chapyshev Date: Fri, 2 May 2008 14:44:43 +0000 Subject: [PATCH] - Add more defines svn path=/trunk/; revision=33240 --- reactos/base/shell/explorer-new/precomp.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reactos/base/shell/explorer-new/precomp.h b/reactos/base/shell/explorer-new/precomp.h index eb0d89124d3..d7368d19581 100644 --- a/reactos/base/shell/explorer-new/precomp.h +++ b/reactos/base/shell/explorer-new/precomp.h @@ -349,12 +349,14 @@ UpdateStartMenu(IN OUT IMenuPopup *pMenuPopup, /* TrayClockWnd */ #define TCWM_GETMINIMUMSIZE (WM_USER + 0x100) -#define TCWM_UPDATETIME (WM_USER + 0x101) +#define TCWM_UPDATETIME (WM_USER + 0x101) /* TrayNotifyWnd */ #define TNWM_GETMINIMUMSIZE (WM_USER + 0x100) -#define TNWM_UPDATETIME (WM_USER + 0x101) -#define TNWM_SHOWCLOCK (WM_USER + 0x102) +#define TNWM_UPDATETIME (WM_USER + 0x101) +#define TNWM_SHOWCLOCK (WM_USER + 0x102) +#define TNWM_SHOWTRAY (WM_USER + 0x103) +#define TNWM_CHANGETRAYPOS (WM_USER + 0x104) #define NTNWM_REALIGN (0x1)