ChangeSet ID: 15666 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/25 04:58:36
Modified files: dlls/msi : msipriv.h msi.c Makefile.in Added files: dlls/msi : registry.c
Log message: Aric Stewart aric@codeweavers.com Move the guid squishing functions out of msi.c and make a new registry.c file. Also clean up all the various registry keys we need to open and create to this module and modify the functions for msi.c to call these functions.
Patch: http://cvs.winehq.org/patch.py?id=15666
Old revision New revision Changes Path 1.39 1.40 +8 -0 wine/dlls/msi/msipriv.h 1.53 1.54 +68 -330 wine/dlls/msi/msi.c 1.18 1.19 +1 -0 wine/dlls/msi/Makefile.in Added 1.1 +0 -0 wine/dlls/msi/registry.c