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

Alexandre Julliard julliard at winehq.org
Fri Dec 22 11:15:05 CST 2017


Module: wine
Branch: master
Commit: b26579eb7e5e4269d430b65d3f0815011c18382c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b26579eb7e5e4269d430b65d3f0815011c18382c

Author: Akihiro Sagawa <sagawa.aki at gmail.com>
Date:   Fri Dec 22 22:04:02 2017 +0900

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

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/commctrl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index e3c166b..6890b50 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -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)




More information about the wine-cvs mailing list