Move the guid squishing functions out of msi.c and make a new
commita26aa0af4c05d55e29ee59b0cafaa23200eacb83
authorAric Stewart <aric@codeweavers.com>
Tue, 25 Jan 2005 10:58:36 +0000 (25 10:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 Jan 2005 10:58:36 +0000 (25 10:58 +0000)
tree7e618cb11376438afcfa94cdb2b48c18ffcd8cd8
parent935549f5d86e3a485666c18ac2d66e6e900ae77d
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.
dlls/msi/Makefile.in
dlls/msi/msi.c
dlls/msi/msipriv.h
dlls/msi/registry.c [new file with mode: 0644]