Added support for path wildcards of the form "*dllname" in load order
authorAlexandre Julliard <julliard@winehq.org>
Tue, 25 Jun 2002 00:23:23 +0000 (00:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 Jun 2002 00:23:23 +0000 (00:23 +0000)
commit69622dbdcc470c8006c7268728266c0716bf7ac1
tree48a3daf601e47e72feefaa6639ea8b827ae9a95e
parentae4278ee5978714fe304d9ba9df79d6497f7ae1f
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.
documentation/wine.conf.man
include/module.h
loader/loadorder.c
loader/main.c
loader/module.c