Commit c51f100f authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

include: Added missing macros for EM_SETIMESTATUS and EM_GETIMESTATUS.

parent f9b31fc9
......@@ -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
......
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