Commit 8d5db3ee authored by Rolf Kalbermatter's avatar Rolf Kalbermatter Committed by Alexandre Julliard

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.
parent 2db7d11d
......@@ -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;
......
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