ChangeSet ID: 1021413056498795404871093 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/14 16:50:56
Modified files: . : configure configure.ac winedefault.reg dlls : Makefile.in Added files: dlls/comcat : .cvsignore Makefile.in comcat.h comcat.spec comcat_main.c factory.c information.c manager.c register.c
Log message: John K. Hohm jhohm@acm.org Added comcat.dll with factory and manager but E_NOTIMPL work methods.
Patch: http://cvs.winehq.com/patch.py?id=1021413056498795404871093
Revision Changes Path 1.297 +2 -1 wine/configure 1.39 +1 -0 wine/configure.ac 1.44 +12 -0 wine/winedefault.reg 1.129 +9 -0 wine/dlls/Makefile.in 1.1 +0 -0 wine/dlls/comcat/.cvsignore 1.1 +0 -0 wine/dlls/comcat/Makefile.in 1.1 +0 -0 wine/dlls/comcat/comcat.h 1.1 +0 -0 wine/dlls/comcat/comcat.spec 1.1 +0 -0 wine/dlls/comcat/comcat_main.c 1.1 +0 -0 wine/dlls/comcat/factory.c 1.1 +0 -0 wine/dlls/comcat/information.c 1.1 +0 -0 wine/dlls/comcat/manager.c 1.1 +0 -0 wine/dlls/comcat/register.c