ChangeSet ID: 1024964603549888925234885 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/06/24 19:23:24
Modified files: documentation : wine.conf.man include : module.h loader : loadorder.c main.c module.c
Log message: Added support for path wildcards of the form "*dllname" in load order specifications. Only use wildcard entry for dlls that don't specify an explicit path. Removed the old DllOverrides syntax support. Misc cleanups and optimizations.
Patch: http://cvs.winehq.com/patch.py?id=1024964603549888925234885
Revision Changes Path 1.4 +35 -19 wine/documentation/wine.conf.man 1.64 +0 -1 wine/include/module.h 1.53 +164 -201 wine/loader/loadorder.c 1.83 +0 -4 wine/loader/main.c 1.154 +4 -0 wine/loader/module.c