[RESENT (20021013)]RelayExclude/Include

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sat Dec 14 10:42:32 CST 2002


Changelog:
        relay32/relay386.c: check_relay_include
        Treat whole dlls as advertised

-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/relay32/relay386.c
===================================================================
RCS file: /home/wine/wine/relay32/relay386.c,v
retrieving revision 1.50
diff -u -w -r1.50 relay386.c
--- wine/relay32/relay386.c	10 Dec 2002 22:56:44 -0000	1.50
+++ wine/relay32/relay386.c	14 Dec 2002 16:40:04 -0000
@@ -190,9 +190,9 @@
             if (strncasecmp( *listitem, module, len-1 ) || module[len]) continue;
             if (!strcmp( p + 1, func ) || !strcmp( p + 1, "*" )) return !show;
         }
-        else  /* function only */
+        else  /* function only or whole module*/
         {
-            if (!strcmp( *listitem, func )) return !show;
+            if (!strcmp( *listitem, func )||!strcasecmp( *listitem, module )) return !show;
         }
     }
     return show;



More information about the wine-patches mailing list