projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9676b26
)
[PSDK] Update richedit.h. CORE-10912
author
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 4 Mar 2016 10:18:29 +0000
(10:18 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 4 Mar 2016 10:18:29 +0000
(10:18 +0000)
svn path=/trunk/; revision=70913
reactos/include/psdk/richedit.h
patch
|
blob
|
history
diff --git
a/reactos/include/psdk/richedit.h
b/reactos/include/psdk/richedit.h
index
b0dcd04
..
fc15dc3
100644
(file)
--- a/
reactos/include/psdk/richedit.h
+++ b/
reactos/include/psdk/richedit.h
@@
-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
}