ChangeSet ID: 17596
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/18 13:25:12
Modified files:
dlls/devenum : createdevenum.c Makefile.in
Log message:
Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Add vfwindex when enumerating devices, and make sure every device has
a unique registry key, so multiple devices with same name are allowed.
Patch: http://cvs.winehq.org/patch.py?id=17596
Old revision New revision Changes Path
1.10 1.11 +18 -5 wine/dlls/devenum/createdevenum.c
1.11 1.12 +1 -1 wine/dlls/devenum/Makefile.in
ChangeSet ID: 17590
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/18 12:46:12
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
We cannot internally load the files in FileCost because that action
may be skipped or not called. So do it in CostInitialize.
Quote the file path in SelfRegModules.
Do not write squished null guids to the feature registration.
Patch: http://cvs.winehq.org/patch.py?id=17590
Old revision New revision Changes Path
1.116 1.117 +86 -70 wine/dlls/msi/action.c