Other W->A crosscalls

Francois Gouget fgouget at free.fr
Sat Aug 28 14:03:28 CDT 2004


On Wed, 25 Aug 2004, Rolf Kalbermatter wrote:
[...]
> I see many "xxxAW calls xxxA function" mainly in the shell related DLLs. This
> is of course not something you can really get rid of, so the script should
> be able to exclude those cases.

I couldn't test as I don't have smatch, but I think that simply adding
this line in the right place should do the trick.

    $func_in = "No function" if ($func_in =~ /AW$/);

See the attached script.

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
     We are Pentium of Borg. You will be approximated. Division is futile.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wine_crosscalls.pl
Type: text/x-perl
Size: 674 bytes
Desc: wine_crosscalls.pl
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20040828/19e04ae5/wine_crosscalls.pl


More information about the wine-devel mailing list