mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
add EM_GETIMESTATUS and EM_SETIMESTATUS
svn path=/trunk/; revision=38369
This commit is contained in:
parent
d3294eb866
commit
133de9dcc5
1 changed files with 2 additions and 0 deletions
|
@ -1849,6 +1849,7 @@ extern "C" {
|
|||
#define EM_CHARFROMPOS 215
|
||||
#define EM_EMPTYUNDOBUFFER 205
|
||||
#define EM_FMTLINES 200
|
||||
#define EM_GETIMESTATUS 217
|
||||
#define EM_GETFIRSTVISIBLELINE 206
|
||||
#define EM_GETHANDLE 189
|
||||
#define EM_GETLIMITTEXT 213
|
||||
|
@ -1871,6 +1872,7 @@ extern "C" {
|
|||
#define EM_SCROLL 181
|
||||
#define EM_SCROLLCARET 183
|
||||
#define EM_SETHANDLE 188
|
||||
#define EM_SETIMESTATUS 216
|
||||
#define EM_SETLIMITTEXT 197
|
||||
#define EM_SETMARGINS 211
|
||||
#define EM_SETMODIFY 185
|
||||
|
|
Loading…
Reference in a new issue