Added SB_SIMPLEID.

This commit is contained in:
Michael Kaufmann 2005-08-23 09:31:19 +00:00 committed by Alexandre Julliard
parent d90615bb28
commit 575c174d94
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@ static const WCHAR STATUSCLASSNAMEW[] = { 'm','s','c','t','l','s','_',
#define SBARS_SIZEGRIP 0x0100
#define SB_SIMPLEID 0x00ff
#define SB_SETTEXTA (WM_USER+1)
#define SB_SETTEXTW (WM_USER+11)
#define SB_SETTEXT WINELIB_NAME_AW(SB_SETTEXT)