winapi: Add the loader directory to the paths to exclude.

There is nothing in there anymore that would need to be done for
winapi tools.
This commit is contained in:
Rolf Kalbermatter 2006-01-06 12:18:10 +01:00 committed by Alexandre Julliard
parent 2db7d11dc2
commit 8d5db3ee04
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ sub file_skip($) {
$_ = file_absolutize($_);
m%^(?:libs|programs|server|tools)/% && return 1;
m%^(?:loader|libs|programs|server|tools)/% && return 1;
m%^dlls/wineps/data/% && return 1;
m%^dlls/winmm/wineoss/midipatch\.c$% && return 1;
m%spec\.c$% && return 1;