[PATCH 1/3] include: Add flags for the EM_AUTOURLDETECT message.

Huw Davies huw at codeweavers.com
Wed Jun 1 06:35:36 CDT 2016


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 include/richedit.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/richedit.h b/include/richedit.h
index ce2c145..f0ae57e 100644
--- a/include/richedit.h
+++ b/include/richedit.h
@@ -1070,6 +1070,14 @@ typedef struct _settextex {
 #define ST_NEWCHARS           0x00000004
 #define ST_UNICODE            0x00000008
 
+/* Flags for EM_AUTOURLDETECT message */
+#define AURL_ENABLEURL            0x00000001
+#define AURL_ENABLEMAILADDR       0x00000002
+#define AURL_ENABLETELNO          0x00000004
+#define AURL_ENABLEEAURLS         0x00000008
+#define AURL_ENABLEDRIVELETTERS   0x00000010
+#define AURL_DISABLEMIXEDLGC      0x00000020
+
 #ifdef __cplusplus
 }
 #endif
-- 
2.8.2




More information about the wine-patches mailing list