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

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 6 06:16:52 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 8d5db3ee04b1535f22d386def29f1c3cb10b3a6c
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=8d5db3ee04b1535f22d386def29f1c3cb10b3a6c

Author: Rolf Kalbermatter <rolf.kalbermatter at citeng.com>
Date:   Fri Jan  6 12:18:10 2006 +0100

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.

---

 tools/winapi/config.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winapi/config.pm b/tools/winapi/config.pm
index 1671a27..d011cf8 100644
--- a/tools/winapi/config.pm
+++ b/tools/winapi/config.pm
@@ -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;




More information about the wine-cvs mailing list