Add debug SnoopFromInclude/SnoopFromExclude options

Alexandre Julliard julliard at winehq.org
Fri Mar 12 14:41:01 CST 2004


Mike Hearn <mh at codeweavers.com> writes:

> +    if (!check_snoop_from_module(name)) {
> +       TRACE_(snoop)("skipping snoop for %s\n", name);
> +       return;
> +    }

This will disable snoop for calls into that dll, this is not what
FromInclude/Exclude should do, it should check the caller module.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list