Author: akhaldi
Date: Fri Mar 4 10:18:29 2016
New Revision: 70913
URL:
http://svn.reactos.org/svn/reactos?rev=70913&view=rev
Log:
[PSDK] Update richedit.h. CORE-10912
Modified:
trunk/reactos/include/psdk/richedit.h
Modified: trunk/reactos/include/psdk/richedit.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/richedit.h?re…
==============================================================================
--- trunk/reactos/include/psdk/richedit.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/richedit.h [iso-8859-1] Fri Mar 4 10:18:29 2016
@@ -692,7 +692,7 @@
typedef struct _repastespecial {
DWORD dwAspect;
- DWORD dwParam;
+ DWORD_PTR dwParam;
} REPASTESPECIAL;
typedef struct _punctuation {
@@ -1068,8 +1068,8 @@
#define ST_DEFAULT 0x00000000
#define ST_KEEPUNDO 0x00000001
#define ST_SELECTION 0x00000002
-
#define ST_NEWCHARS 0x00000004
+#define ST_UNICODE 0x00000008
#ifdef __cplusplus
}