Dylan Smith : include: Added missing macros for EM_SETIMESTATUS and EM_GETIMESTATUS.

Alexandre Julliard julliard at winehq.org
Mon Nov 17 09:14:10 CST 2008


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

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Sat Nov 15 21:01:40 2008 -0500

include: Added missing macros for EM_SETIMESTATUS and EM_GETIMESTATUS.

---

 include/winuser.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/winuser.h b/include/winuser.h
index 142837f..8382a07 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -965,6 +965,8 @@ WINUSERAPI BOOL     WINAPI SetSysColors(INT,const INT*,const COLORREF*);
 #define EM_GETLIMITTEXT          0x00d5
 #define EM_POSFROMCHAR           0x00d6
 #define EM_CHARFROMPOS           0x00d7
+#define EM_SETIMESTATUS          0x00d8
+#define EM_GETIMESTATUS          0x00d9
 /* a name change since win95 */
 #define EM_SETLIMITTEXT          EM_LIMITTEXT
 




More information about the wine-cvs mailing list