Mike Hearn <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
