tools/winapi: use stub-statistics

André Hentschel nerv at dawncrow.de
Fri May 28 14:34:00 CDT 2010


ATTANTION: thats for the tools git-tree
---
 winapi_stats |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/winapi_stats b/winapi_stats
index 786017f..bb90649 100755
--- a/winapi_stats
+++ b/winapi_stats
@@ -6,7 +6,7 @@
 
 my %stats;
 
-open STATS, "-|" or exec "./tools/winapi/winapi_extract", "--pseudo-stub-statistics", "--no-verbose", "--no-progress" or die "cannot run winapi_extract";
+open STATS, "-|" or exec "./tools/winapi/winapi_extract", "--stub-statistics", "--no-verbose", "--no-progress" or die "cannot run winapi_extract";
 while (<STATS>)
 {
     chomp;
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list