Commit 03bcef1d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winapi: Update and simplify file_skip() to match the current sources.

parent ba517e57
......@@ -108,11 +108,8 @@ sub file_skip($) {
$_ = file_absolutize($_);
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;
m%^(?:dlls|include)/% || return 1;
m%^dlls/wineps\.drv/data/% && return 1;
return 0;
}
......
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