include: Fix a typo in newly added edit control message.

Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Akihiro Sagawa 2017-12-22 22:04:02 +09:00 committed by Alexandre Julliard
parent d4d6330f0a
commit b26579eb7e
1 changed files with 1 additions and 1 deletions

View File

@ -5220,7 +5220,7 @@ typedef struct _tagEDITBALLOONTIP
INT ttiIcon;
} EDITBALLOONTIP, *PEDITBALLOONTIP;
#define ECM_FIRSP 0x1500
#define ECM_FIRST 0x1500
#define EM_SETCUEBANNER (ECM_FIRST + 1)
#define EM_GETCUEBANNER (ECM_FIRST + 2)
#define EM_SHOWBALLOONTIP (ECM_FIRST + 3)