ChangeSet ID: 11256 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/02/26 18:47:10
Modified files: include : setupapi.h dlls/setupapi : setupapi_private.h queue.c parser.c install.c
Log message: Added support for the RegisterDlls section (partly based on a patch by Chris Morgan).
Patch: http://cvs.winehq.org/patch.py?id=11256
Old revision New revision Changes Path 1.17 1.18 +32 -2 wine/include/setupapi.h 1.6 1.7 +1 -0 wine/dlls/setupapi/setupapi_private.h 1.9 1.10 +18 -16 wine/dlls/setupapi/queue.c 1.11 1.12 +27 -0 wine/dlls/setupapi/parser.c 1.8 1.9 +192 -2 wine/dlls/setupapi/install.c