Huw Davies : include: Add flags for the EM_AUTOURLDETECT message.

Alexandre Julliard julliard at winehq.org
Wed Jun 1 10:45:45 CDT 2016


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Jun  1 12:35:36 2016 +0100

include: Add flags for the EM_AUTOURLDETECT message.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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




More information about the wine-cvs mailing list