Commit c5f19303 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 53914087
......@@ -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/;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment