Commit b26579eb authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

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

parent d4d6330f
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment