ChangeSet ID: 17763 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/26 07:24:28
Modified files: dlls/msi : msipriv.h action.h action.c
Log message: Aric Stewart aric@codeweavers.com A big rewrite of the whole RegisterClass, RegisterProgId, RegisterExtension and RegisterMIME actions. We now handle verbs properly, handle dependancies and such properly and keep track of what we need to register and what we do not properly.
Patch: http://cvs.winehq.org/patch.py?id=17763
Old revision New revision Changes Path 1.57 1.58 +13 -0 wine/dlls/msi/msipriv.h 1.7 1.8 +85 -7 wine/dlls/msi/action.h 1.121 1.122 +1408 -582 wine/dlls/msi/action.c