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

2006-09-17 Thread Kai Blin
On Sunday 17 September 2006 09:54, Dmitry Timoshkov wrote: > "Kai Blin" <[EMAIL PROTECTED]> 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"); +} > >

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

2006-09-17 Thread Dmitry Timoshkov
"Kai Blin" <[EMAIL PROTECTED]> 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 wo