secur32: Add a warning if ntlm_auth is not found or in a wrongversion.

Dmitry Timoshkov dmitry at codeweavers.com
Sun Sep 17 02:54:21 CDT 2006


"Kai Blin" <kai.blin at gmail.com> wrote:

> +    else
> +    {
> +        WARN("ntlm_auth not found, or in an outdated version.\n" \
> +             "Make sure you are using ntlm_auth =< 3.x and it is in your path.\n");
> +    }

If the message is supposed to be user visible (otherwise why to bother
with wording?) it would be better to use either FIXME or MESSAGE.

Also "=<" is not really understandable in this context. Did you mean
that a version 3.x or better is required (then >= 3.x), or <= 3.x (then
the word "outdated" is misleading)?

-- 
Dmitry.



More information about the wine-devel mailing list