include: Add definition of ST_UNICODE.

Jactry Zeng jactry92 at gmail.com
Sun Aug 18 21:37:02 CDT 2013


-------------- next part --------------
From 81344e790d82252d007a572e5081315c995d8077 Mon Sep 17 00:00:00 2001
From: Jactry Zeng <jactry92 at gmail.com>
Date: Mon, 19 Aug 2013 09:24:13 +0800
Subject: [PATCH 1/2] include: Add definition of ST_UNICODE.
To: wine-patches <wine-patches at winehq.org>
Reply-To: wine-devel <wine-devel at winehq.org>

---
 include/richedit.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/richedit.h b/include/richedit.h
index 095cc8a..ea11236 100644
--- a/include/richedit.h
+++ b/include/richedit.h
@@ -1070,6 +1070,10 @@ typedef struct _settextex {
 
 #define ST_NEWCHARS           0x00000004
 
+#if (_RICHEDIT_VER >= 0x0500)
+#define ST_UNICODE            0x00000008
+#endif
+
 #ifdef __cplusplus
 }
 #endif
-- 
1.7.10.4


More information about the wine-patches mailing list