include: Add flags for the EM_AUTOURLDETECT message.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Huw Davies 2016-06-01 12:35:36 +01:00 committed by Alexandre Julliard
parent 1140291adc
commit 0bdf9e5817
1 changed files with 8 additions and 0 deletions

View File

@ -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