On Tuesday 11 April 2006 17:58, Juan Lang wrote:
- if (options & DNS_QUERY_NO_NETBT)
FIXME( "option DNS_QUERY_NO_NETBT not implemented\n" );
In fact, you do support this. You don't support the lack of it. That is, you don't call NetBIOS() to do a name lookup if it isn't specified.
Thanks, I fixed this.
I'm not sure you really want to though.
Why? Can our (your) netbios code do name lookups?
-Hans