- Add missing declaration for TBS_DOWNISLEFT and TTM_GETBUBBLESIZE.

- Fix indentation for a bunch of things.
This commit is contained in:
Dimitrie O. Paun 2002-09-09 19:19:50 +00:00 committed by Alexandre Julliard
parent 75e4e943e6
commit 3a706f0be0
1 changed files with 25 additions and 23 deletions

View File

@ -1456,6 +1456,7 @@ static const WCHAR TOOLTIPS_CLASSW[] = { 't','o','o','l','t','i','p','s','_',
#define TTM_GETMARGIN (WM_USER+27) #define TTM_GETMARGIN (WM_USER+27)
#define TTM_POP (WM_USER+28) #define TTM_POP (WM_USER+28)
#define TTM_UPDATE (WM_USER+29) #define TTM_UPDATE (WM_USER+29)
#define TTM_GETBUBBLESIZE (WM_USER+30)
#define TTN_FIRST (0U-520U) #define TTN_FIRST (0U-520U)
@ -1788,6 +1789,7 @@ static const WCHAR TRACKBAR_CLASSW[] = { 'm','s','c','t','l','s','_',
#define TBS_NOTHUMB 0x0080 #define TBS_NOTHUMB 0x0080
#define TBS_TOOLTIPS 0x0100 #define TBS_TOOLTIPS 0x0100
#define TBS_REVERSED 0x0200 #define TBS_REVERSED 0x0200
#define TBS_DOWNISLEFT 0x0400
#define TBTS_TOP 0 #define TBTS_TOP 0
#define TBTS_LEFT 1 #define TBTS_LEFT 1