Commit 0bdf9e58 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

include: Add flags for the EM_AUTOURLDETECT message.

parent 1140291a
...@@ -1070,6 +1070,14 @@ typedef struct _settextex { ...@@ -1070,6 +1070,14 @@ typedef struct _settextex {
#define ST_NEWCHARS 0x00000004 #define ST_NEWCHARS 0x00000004
#define ST_UNICODE 0x00000008 #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 #ifdef __cplusplus
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment