winapi_check: We no longer have dlls in nested sub-directories.

Francois Gouget fgouget at free.fr
Tue Feb 20 08:51:03 CST 2007


---
 tools/winapi/modules.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winapi/modules.pm b/tools/winapi/modules.pm
index 134f697..14b29b8 100644
--- a/tools/winapi/modules.pm
+++ b/tools/winapi/modules.pm
@@ -100,7 +100,7 @@ sub find_spec_files($) {
     my $allowed_dir;
     my $spec_file;
 
-    my @spec_files = <{dlls/*/*.spec,dlls/*/*/*.spec}>;
+    my @spec_files = <{dlls/*/*.spec}>;
 
     foreach $spec_file (@spec_files) {
         $spec_file =~ /(.*)\/.*\.spec/;
-- 
1.4.4.4




More information about the wine-patches mailing list