Re: [1/5] urlmon: Implemented validation of the host name component of a IUriBuilder
27 Sep
2010
27 Sep
'10
11:03 a.m.
Thomas Mullaly <thomas.mullaly(a)gmail.com> writes:
-#define ALLOW_NULL_TERM_SCHEME 0x1 -#define ALLOW_NULL_TERM_USER_NAME 0x2 -#define ALLOW_NULL_TERM_PASSWORD 0x4 +#define ALLOW_NULL_TERM_SCHEME 0x1 +#define ALLOW_NULL_TERM_USER_NAME 0x2 +#define ALLOW_NULL_TERM_PASSWORD 0x4 +#define ALLOW_BRACKETLESS_IP_LITERAL 0x8 +#define SKIP_IP_FUTURE_CHECK 0x16 +#define IGNORE_PORT_DELIMITER 0x32
These won't work as flags... -- Alexandre Julliard julliard(a)winehq.org
5552
Age (days ago)
5552
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard