ChangeSet ID: 11768 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/30 14:42:06
Modified files: tools : wine.inf dlls/msi : msipriv.h msi.spec msi.c Makefile.in Added files: dlls/msi : regsvr.c
Log message: Raphael Junqueira fenix@club-internet.fr Implement DllGetClassObject, DllRegisterServer, DllUnregisterServer (as the interfaces aren't documented we only have stubs).
Patch: http://cvs.winehq.org/patch.py?id=11768
Old revision New revision Changes Path 1.5 1.6 +1 -0 wine/tools/wine.inf 1.9 1.10 +7 -0 wine/dlls/msi/msipriv.h 1.9 1.10 +2 -2 wine/dlls/msi/msi.spec 1.15 1.16 +118 -17 wine/dlls/msi/msi.c 1.9 1.10 +1 -0 wine/dlls/msi/Makefile.in Added 1.1 +0 -0 wine/dlls/msi/regsvr.c