mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[PSDK] Update richedit.h. CORE-10912
svn path=/trunk/; revision=70913
This commit is contained in:
parent
9676b263df
commit
f9a4d5fa42
1 changed files with 2 additions and 2 deletions
|
@ -692,7 +692,7 @@ typedef struct _reqresize {
|
|||
|
||||
typedef struct _repastespecial {
|
||||
DWORD dwAspect;
|
||||
DWORD dwParam;
|
||||
DWORD_PTR dwParam;
|
||||
} REPASTESPECIAL;
|
||||
|
||||
typedef struct _punctuation {
|
||||
|
@ -1068,8 +1068,8 @@ typedef struct _settextex {
|
|||
#define ST_DEFAULT 0x00000000
|
||||
#define ST_KEEPUNDO 0x00000001
|
||||
#define ST_SELECTION 0x00000002
|
||||
|
||||
#define ST_NEWCHARS 0x00000004
|
||||
#define ST_UNICODE 0x00000008
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue