Alexandre Julliard : comcat: Moved all the implementation to ole32 where it belongs.

Alexandre Julliard julliard at winehq.org
Mon Oct 13 06:37:12 CDT 2008


Module: wine
Branch: master
Commit: 19966f8c0e7e7d990f4bfa8f0e7302051f88219a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=19966f8c0e7e7d990f4bfa8f0e7302051f88219a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Oct 11 13:30:08 2008 +0200

comcat: Moved all the implementation to ole32 where it belongs.

---

 dlls/comcat/Makefile.in                       |    5 +-
 dlls/comcat/comcat.spec                       |    2 +-
 dlls/comcat/comcat_main.c                     |   33 +-
 dlls/comcat/comcat_private.h                  |   58 ---
 dlls/comcat/factory.c                         |  120 -----
 dlls/comcat/register.c                        |  348 -------------
 dlls/ole32/Makefile.in                        |    1 +
 dlls/{comcat/information.c => ole32/comcat.c} |  677 ++++++++++++++++++++-----
 dlls/ole32/moniker.h                          |    1 +
 dlls/ole32/oleproxy.c                         |    3 +
 dlls/ole32/regsvr.c                           |    2 +-
 11 files changed, 563 insertions(+), 687 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=19966f8c0e7e7d990f4bfa8f0e7302051f88219a



More information about the wine-cvs mailing list