winapi_check: Fix the 'all modules' check

Francois Gouget fgouget at free.fr
Fri Jun 17 13:20:15 CDT 2005


Changelog:

  * tools/winapi/winapi_check

    We should set the global $all_modules variable otherwise there's no 
point.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                      Avoid the Gates of Hell - use Linux.
-------------- next part --------------
Index: tools/winapi/winapi_check
===================================================================
RCS file: /var/cvs/wine/tools/winapi/winapi_check,v
retrieving revision 1.5
diff -u -p -r1.5 winapi_check
--- tools/winapi/winapi_check	6 May 2005 16:22:54 -0000	1.5
+++ tools/winapi/winapi_check	17 Jun 2005 00:34:03 -0000
@@ -128,7 +128,7 @@ if($options->global) {
 	$complete_module{$module}++;
     }
 
-    my $all_modules = 1;
+    $all_modules = 1;
     foreach my $module ($modules->all_modules) {
 	if(!$complete_module{$module}) {
 	    $all_modules = 0;


More information about the wine-patches mailing list