| commit | d07a646f0fc9dc48cf3f0c2d568e6bd514f5d9ae | [log] [tgz] |
|---|---|---|
| author | Patrik Stridvall <ps@leissner.se> | Wed Jul 18 20:09:12 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Jul 18 20:09:12 2001 +0000 |
| tree | ef54d498febf1fa287dee5d97b076aa7b42b9301 | |
| parent | fcef02616958706757900a5c580dd12e2e2d05c5 [diff] [blame] |
Several additions and bug fixes.
diff --git a/tools/winapi_check/modules.pm b/tools/winapi_check/modules.pm index 1252422..34f338e 100644 --- a/tools/winapi_check/modules.pm +++ b/tools/winapi_check/modules.pm
@@ -133,6 +133,10 @@ my $dir = $file; $dir =~ s/\/[^\/]*$//; + if($dir =~ m%^include%) { + return 1; + } + foreach my $spec_file (sort(keys(%{$$dir2spec_file{$dir}}))) { if($$spec_file2module{$spec_file} eq $module) { return 1;