From f9a4d5fa4264554a99b387dcb77fd824f4d14496 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 4 Mar 2016 10:18:29 +0000 Subject: [PATCH] [PSDK] Update richedit.h. CORE-10912 svn path=/trunk/; revision=70913 --- reactos/include/psdk/richedit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/psdk/richedit.h b/reactos/include/psdk/richedit.h index b0dcd04fa3d..fc15dc3cc53 100644 --- 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 }