[1/5] urlmon: Implemented validation of the host name component of a IUriBuilder

Alexandre Julliard julliard at winehq.org
Mon Sep 27 11:03:35 CDT 2010


Thomas Mullaly <thomas.mullaly at 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 at winehq.org



More information about the wine-devel mailing list