Jactry Zeng : include: Add definition of ST_UNICODE.

Alexandre Julliard julliard at winehq.org
Mon Aug 19 14:32:59 CDT 2013


Module: wine
Branch: master
Commit: c9466dfea42cdae2b73c628b52e33c81d864b0e6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c9466dfea42cdae2b73c628b52e33c81d864b0e6

Author: Jactry Zeng <jactry92 at gmail.com>
Date:   Mon Aug 19 09:24:13 2013 +0800

include: Add definition of ST_UNICODE.

---

 include/richedit.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/richedit.h b/include/richedit.h
index 095cc8a..6b27fc9 100644
--- a/include/richedit.h
+++ b/include/richedit.h
@@ -1067,8 +1067,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
 }




More information about the wine-cvs mailing list