include: Added missing macros for EM_SETIMESTATUS and EM_GETIMESTATUS.

This commit is contained in:
Dylan Smith 2008-11-15 21:01:40 -05:00 committed by Alexandre Julliard
parent f9b31fc964
commit c51f100f2f
1 changed files with 2 additions and 0 deletions

View File

@ -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