mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
- Add more defines
svn path=/trunk/; revision=33240
This commit is contained in:
parent
5124464786
commit
c5e44a797e
1 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue