[PSDK] Update richedit.h. CORE-10912

svn path=/trunk/; revision=70913
This commit is contained in:
Amine Khaldi 2016-03-04 10:18:29 +00:00
parent 9676b263df
commit f9a4d5fa42

View file

@ -692,7 +692,7 @@ typedef struct _reqresize {
typedef struct _repastespecial { typedef struct _repastespecial {
DWORD dwAspect; DWORD dwAspect;
DWORD dwParam; DWORD_PTR dwParam;
} REPASTESPECIAL; } REPASTESPECIAL;
typedef struct _punctuation { typedef struct _punctuation {
@ -1068,8 +1068,8 @@ typedef struct _settextex {
#define ST_DEFAULT 0x00000000 #define ST_DEFAULT 0x00000000
#define ST_KEEPUNDO 0x00000001 #define ST_KEEPUNDO 0x00000001
#define ST_SELECTION 0x00000002 #define ST_SELECTION 0x00000002
#define ST_NEWCHARS 0x00000004 #define ST_NEWCHARS 0x00000004
#define ST_UNICODE 0x00000008
#ifdef __cplusplus #ifdef __cplusplus
} }