[PSDK] Update richedit.h. CORE-10912
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 4 Mar 2016 10:18:29 +0000 (10:18 +0000)
committerAmine 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

index b0dcd04..fc15dc3 100644 (file)
@@ -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
 }