Re: Add debug SnoopFromInclude/SnoopFromExclude options
12 Mar
2004
12 Mar
'04
8:41 p.m.
Mike Hearn <mh(a)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(a)winehq.org
7948
Age (days ago)
7948
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard